As Roonaan already suggests this problem is mos likely caused by the date format that you use in your SQL. Even though the format you use in your SQL matches the one in the output of the SELECT it can still cause problems. It is best to use a format that leaves no room for wrong interpretation. The format Roonaan suggests could work, but on the MySQL site they tend to favour a format without any separators in there, like "20040131".
Main Topics
Browse All Topics





by: RoonaanPosted on 2004-09-27 at 02:06:56ID: 12158506
possibly: BETWEEN "2003-11-01" AND "2004-01-31"
-r-