Subject | CAST |
---|---|
Author | Burak OZLER |
Post date | 2002-01-07T14:37:22Z |
Hi all
I want to cast a date variable to char or varchar.
TARIHSTR = CAST (TARIH AS CHARACTER);
TARIHSTR is char(12)
but I'm having a error:
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
Dynamic SQL Error.
expression evaluation not supported.
How can I convert the date datatype to CHAR or VARCHAR?
Regards
Burak OZLER
Sorry for the misspost I send before.
I want to cast a date variable to char or varchar.
TARIHSTR = CAST (TARIH AS CHARACTER);
TARIHSTR is char(12)
but I'm having a error:
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
Dynamic SQL Error.
expression evaluation not supported.
How can I convert the date datatype to CHAR or VARCHAR?
Regards
Burak OZLER
Sorry for the misspost I send before.