[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
SqlFetch
This command's name depends on the environment.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
SqlFetch
(SQL) fetch
Command to limit a query used by IBM DB2.-- IBM DB2 code -- Select the top row from DATABASE select * from DATABASE fetch first 1 rows only
This command's name depends on the environment.
IBM DB2 fetch MySql limit PostgreSQL limit
-- IBM DB2 code -- Select random row from DATABASE select * from DATABASE order by rand() fetch first 1 rows only
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
