informix(南大通用)sql语法的差异

it2026-05-07  4

1.create view  444(...)  as select ...from...   

2.insert into select.......union  select     不支持 请分开写

4.GBase 8t默认大小写不敏感,但在引号中的内容则是大小写敏感的;Oracle默认则是在引号内外均不敏感。

5.GBase 8t的一个触发器只能触发一个事件

6.create or replace        去掉 or replace

7.GBase 8t NULL在排序中被作为最小值来对待,而在Oracle中, NULL在排序中被作为最大值

8.支持级联查询(start with  connect by)   效率低   自己写递归比较好

9.列转行   strsum()

转载于:https://www.cnblogs.com/sx2zx/p/6246411.html

相关资源:gbase sql参考手册
最新回复(0)