Hi,
I tried to retrieve 10 item in the database using the following code:
SELECT * FROM release WHERE 1065120669 > rlsTimeToPost ORDER BY rlsTimeToPost DESC, rlsTStamp DESC LIMIT 10,19;
instead of return 10 row, it returns the rest of the data in the table starting from 10th row. Is that a bug?? If anyone know, please help. Thank you ahead.