Re: optimal selection of all records for a certain month (illegal
by metaperl <metaperl@[EMAIL PROTECTED]
>
May 8, 2008 at 11:50 AM
On May 8, 2:09 pm, metaperl <metap...@[EMAIL PROTECTED]
> wrote:
> First a simple question: Is it allowed to provide a date range that
> has an illegal date.
No it isn't:
SELECT * FROM fut WHERE last_update_date BETWEEN '2007-09-01' AND
'2007-09-31'; -- ERROR