[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
SqlLimit
The command differs by environment
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
SqlLimit
(SQL) limit
Limits the query to a certain number.-- MySQL and PostGreSQL code -- Show only the top row of a database select * from DATABASE limit 1
The command differs by environment
MySQL limit PostGreSQL limit IBM DB2 fetch
Code links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
