当前位置:网站首页>Oracle/PLSQL: CharToRowid Function
Oracle/PLSQL: CharToRowid Function
2022-06-27 01:35:00 【yuanlnet】
In Oracle/PLSQL, the chartorowid function converts a char, varchar2, nchar, or nvarchar2 to a rowid.
Syntax
The syntax for the chartorowid function is:
chartorowid( value1 )
value1 is the value to convert to a rowid.
The format of the rowid is:
BBBBBBB.RRRR.FFFFF
where:
BBBBBBB is the block in the database file;
RRRR is the row in the block;
FFFFF is the database file.
Applies To
- Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i
For Example
select * from suppliers
where rowid = chartorowid('AAABoqAADAAAAwPAAA');
This would return a unique row from the suppliers table.
边栏推荐
- Keepalived 实现 Redis AutoFailover (RedisHA)16
- UVM in reporting classes_ report_ Get of server_ severity_ Count and get_ Server usage
- Learn the most basic operation of discodiffusion
- Kept to implement redis autofailover (redisha) 13
- 在线文本数字识别列表求和工具
- 使用NetworkX对社交网络进行系统的分析:Facebook网络分析案例
- Keepalived 实现 Redis AutoFailover (RedisHA)17
- NLP:Transformer在NLP自然语言领域的简介(预训练技术)、NLP模型发展(ELmo/GPT/BERT/MT-DNN/XLNet/RoBERTa/ALBERT)、经典案例之详细攻略
- Systematic analysis of social networks using Networkx: Facebook network analysis case
- memcached基础2
猜你喜欢

JVM 的指针压缩

Ml: a detailed introduction to the division of the top ten roles, backgrounds, responsibilities and outputs of the machine learning engineering team

浏览器缓存

Break through the performance bottleneck of image recognition through rust language computing acceleration technology

flutter系列之:flutter中的flow

C语言--职工信息管理系统设计

Recursion will make strtok more attractive

Esp32 add multi directory custom component

Custom class loader encrypts and decrypts classes

Custom MVC (imported into jar package) + difference from three-tier architecture + reflection + interview questions
随机推荐
markdown表格(合并)
XSS笔记(下)
UVM中uvm_config_db非直线的设置与获取
Esp32 add multi directory custom component
1.44 inch TFT-LCD display screen mold taking tutorial
Kept to implement redis autofailover (redisha) 16
Clip: learning transferable visual models from natural language monitoring
Interface test framework practice (I) | requests and interface request construction
Parameter transfer method between two pages
Markdown table (consolidated)
buuctf-pwn write-ups (6)
TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘
[graduation season] role conversion
Pointer compression for JVM
Account management, database building and four engines + cases of MySQL
memcached基础5
Topolvm: kubernetes local persistence scheme based on LVM, capacity aware, dynamically create PV, and easily use local disk
Solve the problem that stc8g1k08 program cannot run and port configuration
getReader() has already been called for this request
Reading a book in idea is too much!