当前位置:网站首页>Oracle reserved word query
Oracle reserved word query
2022-06-29 20:10:00 【sunday2018】
Oracle Reserved word query
reserved='Y’ Yes. Oracle The reserved characters of , Not recommended as a table field name
-- unit
select * from v$reserved_words where KEYWORD=upper('unit') AND reserved='Y'
--quantity
select * from v$reserved_words where KEYWORD=upper('quantity') AND reserved='Y'
-- value
select * from v$reserved_words where KEYWORD=upper('value') AND reserved='Y'
-- val
select * from v$reserved_words where KEYWORD=upper('val') AND reserved='Y'
-- type
select * from v$reserved_words where KEYWORD=upper('type') AND reserved='Y'
-- site
select * from v$reserved_words where KEYWORD=upper('site') AND reserved='Y'
-- creator
select * from v$reserved_words where KEYWORD=upper('creator') AND reserved='Y'
-- icon
select * from v$reserved_words where KEYWORD=upper('icon') AND reserved='Y'
-- visible
select * from v$reserved_words where KEYWORD=upper('visible') AND reserved='Y'
-- region
select * from v$reserved_words where KEYWORD=upper('region') AND reserved='Y'
-- module
select * from v$reserved_words where KEYWORD=upper('module') AND reserved='Y'
-- year
select * from v$reserved_words where KEYWORD=upper('year') AND reserved='Y'
边栏推荐
- [compilation principle] type check
- 【剑指Offer】51. 数组中的逆序对
- Chapter II (physical layer)
- A keepalived high availability accident made me learn it again!
- Zotero journal automatic matching update influence factor
- 3-2 host discovery - layer 3 discovery
- [USB flash disk test] in order to transfer the data at the bottom of the pressure box, I bought a 2T USB flash disk, and the test result is only 47g~
- JMeter BeanShell explanation and thread calling
- Freemaker template framework generates images
- Deficiencies and optimization schemes in Dao
猜你喜欢

Luoqingqi: has high-end household appliances become a red sea? Casati took the lead in breaking the game

Flume配置3——拦截器过滤

Real time tracking of bug handling progress of the project through metersphere and dataease

Withdrawal of user curve in qualified currency means loss

Flume配置2——监控之Ganglia

【编译原理】类型检查

data link layer

日本樱桃一颗拍出1980元天价,网友:吃了有上当的感觉

Configuration du Flume 4 - source personnalisée + sink

画虎国手孟祥顺数字藏品限量发售,随赠虎年茅台
随机推荐
Flume ng configuration
Oracle11.2.0.4-rac cluster hang analysis record
Lock4j -- distributed lock Middleware -- customize the logic of lock acquisition failure
thinkphp5中的配置如何使用
Application of twelve factors (4)
proxmox集群节点崩溃处理
Regular expression series of mobile phone numbers
.NetCore统一认证授权学习——Run(1)
Command execution (RCE) vulnerability
Withdrawal of user curve in qualified currency means loss
剑指 Offer 59 - II. 队列的最大值
攻防演练中的防守基石——全方位监控
How to use the configuration in thinkphp5
Snowflake ID, distributed unique ID
Jupyter服务安装及启动
Flume理论
Flume configuration 3 - interceptor filtering
Freemaker template framework generates images
Notepad++--宏(记录操作过程)
Sword finger offer 59 - ii Maximum value of the queue