Subject Type Casting
Author German Terrazas
hi !!

I have a stored procedure returning a table with only one row (string
type) and performing a select over a date type column.

select birthdate
from table
into :strdate

So, how can I cast from a date type to a string type ?

thanks!
german