Thread
:
Select the 4 row of the table from the top?
View Single Post
#
2
(
permalink
)
03-23-2007, 04:43 PM
meera
Posts: n/a
MySQL
answer.
Re: Select the 4 row of the table from the top?
[sql]
SELECT * FROM table limit 3,1
[/sql]
meera