
December 17th, 1999, 12:09 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
SELECT id, title, genre, price FROM Pictures WHERE title LIKE '% %' ORDER BY title LIMIT 5,10
As I understand it - with the following command I should get the result between 5 and 10 (5 posts) but I get 7 posts!?
Is this a bug or have I missunderstood the use of LIMIT?
When i Use the same query with LIMIT 0,5 I get 5 posts.
|