Subject | Re: [firebird-support] WHERE mydate STARTING WITH 'ccyy-mm' |
---|---|
Author | Anderson Farias |
Post date | 2008-05-08T16:34:18Z |
Hi,
(dates CASTed to varchar) in firebird is 'yyyy-mm-dd' so, it matches the
'yyyy-mm' format you're using
=)
Regards,
Anderson
> Is this legal SQL or what did I overlook? Speed is no issue here, theI supose this is kind a 'lucky' result. The string representation for dates
> database is very small and will grow very slowly.
(dates CASTed to varchar) in firebird is 'yyyy-mm-dd' so, it matches the
'yyyy-mm' format you're using
=)
Regards,
Anderson