informix子查詢

csbin發表於2012-03-31
select * from traph t
where t.rowid in
(select * from table(multiset(select skip 40000 first 10 a.rowid from traph a order by objectid)));

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/720091/viewspace-1057797/,如需轉載,請註明出處,否則將追究法律責任。

相關文章