Subject Re: [firebird-support] Does Firebird directly support ISO Date?
Author Helen Borrie
At 03:11 PM 11/01/2005 -0500, you wrote:

>if I pass a sting format as YYYY-MM-DD, does Firebird understand that?
>If not, how do I format the input SQL wise? (Oracle you use TO_DATE).

cast('yyyy-mm-dd' as date)

As long as you give the engine a date/time literal it understands, of course.

./heLen