If you want a Where clause, place it before the limit clause:
Code:
select * from T_Adherent [red]WHERE...[/red] LIMIT 1,10
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
r937-
You are right, I just checked that I can use the Limit statement for my other db in ASp. Never have to use it before and I thought this have to do with MySql or PHP.
Thanks again.
Personnally PHP doesn't give me anything better than I have now. It is just interresting to see how it works, but a lot of work when I do not know all the little ways around.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.