> I'm trying to get the Nth record of a query which i don't know nothing
> but the table name.
> I mean something like select * from table where <condition> ..... "give
> me the Nth result";
SELECT * FROM table LIMIT N,1 ;
Alec
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php