Subject CAST
Author Burak OZLER
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.