Chinaunix's Archiver
论坛
›
Informix
› informix 下的变量查询怎么写?即在sql中使用变量
henryfuture
发表于 2007-09-27 11:14
wangxing8818
发表于 2007-09-28 13:09
用个临时表就是了 select count(*) form 表名 into temp
然后再select * from temp 不就行了
页:
1
[2]
查看完整版本:
informix 下的变量查询怎么写?即在sql中使用变量