
November 30th, 1999, 09:36 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
lo all
I've a problem. I hope U can help me.
I'll mak a Select on a TABLE and I'll order the rows and I'll limit the output.
But I can't make ORDER BY and LIMIT x,y in one string.
OR?
Here an example:
SELECT id, name from TABLE ORDER BY id LIMIT 0, 10
But this string dosn't go...
I hope U can help me...
THX
|