当前位置:网站首页>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'
边栏推荐
- How to use filters in jfinal to monitor Druid for SQL execution?
- 偶然发现了另一种跨域方式,不知道有没有人这么玩过
- 关于印发宝安区重点产业项目和总部项目遴选及用地保障实施细则(2022修订版)的通知
- Following the crowd hurts you
- jfinal中如何使用过滤器监控Druid监听SQL执行?
- Regular expression series of mobile phone numbers
- Etcd database source code analysis - put process of server
- wangeditor富文本编辑器使用(详细)
- NLP - GIZA++ 实现词对齐
- Flume配置4——自定義Source+Sink
猜你喜欢
【精品】pinia详解
How to solve the problem of insufficient memory space in Apple iPhone upgrade system?
As the "only" privacy computing provider, insight technology is the "first" to settle in the Yangtze River Delta data element circulation service platform
畫虎國手孟祥順數字藏品限量發售,隨贈虎年茅臺
Flume配置3——拦截器过滤
Tiger painter mengxiangshun's digital collection is on sale in limited quantities and comes with Maotai in the year of the tiger
liunx指令
Tag based augmented reality using OpenCV
Flume configuration 3 - interceptor filtering
A keepalived high availability accident made me learn it again!
随机推荐
XSS漏洞
Ovirt database modify delete node
第二章(物理层)
日本樱桃一颗拍出1980元天价,网友:吃了有上当的感觉
thinkphp5中的配置如何使用
[buuctf.reverse] 142_[SUCTF2019]babyunic
剑指 Offer 59 - I. 滑动窗口的最大值
社区访谈丨一个IT新人眼中的JumpServer开源堡垒机
Flume configuration 1 - basic case
ETCD数据库源码分析——服务端PUT流程
PHP implementation extracts non repeated integers (programming topics can be the fastest familiar functions)
Deficiencies and optimization schemes in Dao
Sword finger offer 66 Building a product array
The era of data security solutions
Regular expression series of mobile phone numbers
Flume理论
There is no small green triangle on the method in idea
Codeforces Global Round 21 C D E
Jmeter之BeanShell详解和夸线程调用
proxmox集群节点崩溃处理