DB2 怎么实现SQL2000的 TOP 功能
DB2 怎么实现SQL2000的 TOP 功能
[解决办法]
fetch first n rows only
[解决办法]
select * from ... where ... fetch first n rows only
[解决办法]
select * from tab_name where expression fetch first n rows only
[解决办法]
fetch first n rows only
发布时间: 2012-02-07 17:45:37 作者: rapoo
DB2 怎么实现SQL2000的 TOP 功能
DB2 怎么实现SQL2000的 TOP 功能
[解决办法]
fetch first n rows only
[解决办法]
select * from ... where ... fetch first n rows only
[解决办法]
select * from tab_name where expression fetch first n rows only
[解决办法]
fetch first n rows only