当前位置:网站首页>Compatibility description between kingbasees and Oracle (4. SQL)
Compatibility description between kingbasees and Oracle (4. SQL)
2022-07-28 23:48:00 【Thousands of sails passed by the side of the sunken boat_】
4. SQL
Serial number | function | KingbaseES | Oracle |
|---|---|---|---|
Pseudo column | |||
1 | Hierarchical query | Support | Support |
2 | Sequence | Support | Support |
3 | ROWID | Support | Support |
4 | ROWNUM | Support | Support |
Constant | |||
1 | CURRENT_CATALOG | Support | Support |
2 | CURRENT_ROLE | Support | Support |
3 | CURRENT_SCHEMA | Support | Support |
4 | CURRENT_USER | Support | Support |
5 | LOCALTIMESTAMP | Support | Support |
6 | NULL | Support | Support |
7 | SESSION_USER | Support | Support |
8 | SYSDATE | Support | Support |
9 | USER | Support | Support |
expression | |||
1 | Common expressions | Support | Support |
2 | Compound expression :(expr)、 {PRIOR}|{+}|{-} expr、 expr {*}|{/}|{+}|{–}|{||} expr、 expr COLLATE collation_name | Support | Support |
3 | case when | Support | Support |
4 | List expression : Table column 、 Constant 、 function | Support | Support |
5 | cursor(subquery) | I won't support it | Support |
6 | Time date expression :expr AT LOCAL、 expr AT TIME ZONE ' +– hh : mi '、 expr AT TIME ZONE、 SESSIONTIMEZONE、 expr AT TIME ZONE 'time_zone_name、 expr AT TIME ZONE expr | Support | Support |
7 | Custom type expression :type_name (expr[,expr]... ) | Support | Support |
8 | Row expression :row_constructor operator | I won't support it | Support |
Condition comparison | |||
1 | Common comparison expressions :=、!=、^=、<>、>、<、>=、<=、 op ANY、op SOME、op ALL | Support | Support |
2 | The expression passes through =、!=、^=、<> These symbols Compare with expression list or subquery | Support | Support |
3 | Logical comparison :NOT / AND / OR | Support | Support |
4 | Model comparison :IS ANY/PRESENT | I won't support it | Support |
5 | Set comparison : IS A SET/EMPTY | I won't support it | Support |
6 | Fuzzy matching LIKE | Support | Support |
7 | [NOT]BETWEEN ... AND | Support | Support |
8 | EXISTS(subquery) | Support | Support |
9 | [NOT]IN | Support | Support |
10 | [NOT]IS OF type | I won't support it | Support |
Data object type | |||
1 | The creation of a table 、 modify 、 Delete | Support | Support |
2 | Partition table creation 、 Delete | Support | Support |
3 | Modification of partition table (add、drop、rename、truncate、 、exchange) | I won't support it | Support |
4 | The creation of a table space 、 modify 、 Delete | Support | Support |
5 | View creation 、 modify 、 Delete | Support | Support |
6 | Invisibility of view (VISIBLE / INVISIBLE) | I won't support it | Support |
7 | Custom function 、 Creation of stored procedures 、 modify 、 Delete | Support | Support |
8 | Package creation 、 modify 、 Delete | Support | Support |
9 | Indexes 、 Creation of global index 、 Delete | Support | Support |
10 | Index reconstruction 、 rename | Support | Support |
11 | Disabling indexes (ENABLEDISABLE) | Support | Support |
12 | The invisibility of the index (VISIBLE / INVISIBLE) | I won't support it | Support |
13 | Materialized view creation 、 Delete 、 modify (query_rewrite/refresh/compile) | Support | Support |
14 | Materialized view log The creation of 、 modify 、 Delete | I won't support it | Support |
15 | Trigger creation 、 modify 、 Delete | Support | Support |
16 | Creation of hidden columns 、 modify | Support | Support |
17 | Constraint creation 、 modify 、 Delete | Support | Support |
18 | DIRECTORY establish 、 modify 、 Delete | Support | Support |
19 | OPERATOR establish 、 modify 、 Delete | I won't support it | Support |
20 | DBLink The creation of 、 Delete | Support | Support |
21 | Creation of synonyms 、 Delete | Support | Support |
Data object operations | |||
1 | Table query 、 Link query 、 Hierarchical query | Support | Support |
2 | dblink Remote query 、DML Operate homogeneous databases 、DML Operate heterogeneous databases -Oracle | Support | Support |
3 | MERGE surface 、 View 、 Subquery | Support | Support |
4 | INSERT surface 、 View 、 Subquery | Support | Support |
5 | INSERT ALL / FIRST | Support | Support |
6 | INSERT returning Clause | Support | Support |
7 | INSERT Subquery | Support | Support |
8 | INSERT error_logging Clause | I won't support it | Support |
9 | INSERT hint | I won't support it | Support |
10 | UPDATE surface 、 View 、 Subquery | Support | Support |
11 | Multi column update | Support | Support |
12 | UPDATE surface 、 View 、 Subquery | Support | Support |
13 | DELETE surface 、 View | Support | Support |
14 | DELETE returning Clause | Support | Support |
15 | DELETE error_logging Clause | I won't support it | Support |
16 | DELETE hint | I won't support it | Support |
17 | COPY | Support | Support |
18 | DELETE hint | I won't support it | Support |
19 | FLASHBACK database | I won't support it | Support |
20 | FLASHBACK surface | Support | Support |
边栏推荐
- 2022 G2 power plant boiler stoker examination question bank simulated examination platform operation
- Zero view h5s video platform getUserInfo information disclosure vulnerability cnvd-2020-67113
- Worthington丨STEMxyme的分类和测定方法
- (22) two permutation (DP), package delivery (greedy)
- 智能垃圾桶(七)——SG90舵机的介绍与使用(树莓派pico实现)
- Mongodb index add, view, export, delete
- [self] - question brushing - dynamic programming
- 超参数优化(网格搜索和贝叶斯优化)
- 2022G3锅炉水处理考试模拟100题模拟考试平台操作
- 深度剖析集成学习Adaboost
猜你喜欢

2022t elevator repair examination questions and simulation examination

Intel data center GPU is officially shipped to provide strong computing power with openness and flexibility

深度剖析集成学习GBDT

宝塔 phpmyadmin未授权访问漏洞

新一代超安全蜂窝电池 思皓爱跑上市13.99万元起售

field injection is not recommended 的解决办法

如何将一个mongodb中集合的索引 添加到另一个mongodb中集合中

CV实例分割模型小抄(1)

Read the recent trends of okaleido tiger and tap the value and potential behind it

酪氨酸脱羧酶丨Worthington粪链球菌酪氨酸脱羧酶的特征
随机推荐
金仓数据库 KingbaseES V8.3至V8.6迁移最佳实践(3. KingbaseES移植能力支撑体系)
A new generation of ultra safe cellular battery, Sihao aipao, will be available from 139900 yuan
2022 R2 mobile pressure vessel filling test question simulation test platform operation
脲酶丨Worthington杰克豆脲酶的特性及测定方案
【自】-刷题-逻辑
Classic topological sorting problem -- leetcode207 curriculum +leetcode210 curriculum II
Worthington核糖核酸酶B历史和化学性质说明
互动滑轨屏在展厅中应用的制作步骤
多模态模型小抄(1)
酒店预订系统数据库房间库存设计思路
尿酸酶丨Worthington猪肝尿酸酶的特征:
MySQL introduction
(22) two permutation (DP), package delivery (greedy)
mongodb索引添加、查看、导出、删除
KingbaseES客户端编程接口指南-ODBC(4. 创建数据源)
[self] - question brushing - dynamic programming
2022G3锅炉水处理考试模拟100题模拟考试平台操作
浪潮ClusterEngineV4.0 远程命令执行漏洞 CVE-2020-21224
机器学习问题笔记
Read the recent trends of okaleido tiger and tap the value and potential behind it