View Single Post
  #2 (permalink)  
Old 03-23-2007, 04:43 PM
meera
 
Posts: n/a
Default MySQL answer. Re: Select the 4 row of the table from the top?

[sql]
SELECT * FROM table limit 3,1
[/sql]
Reply With Quote