首页 > 代码库 > informix(懒得通用)

informix(懒得通用)

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()

informix(懒得通用)