SELECT * FROM tb LIMIT 0,4 gives me 7 instead of 4 results result 1-4 are correct, 5-7 are crap using the following everything works perfect SELECT * FROM tb WHERE f1 LIKE '2%' LIMIT 0,4 Is there a bug in Valentina.version 2.0.3 or is something wrong with my syntax? Heinrich