$ 0 0 Hi Bala, you have to use an implicit typecast for a TIMSTAMP column: CAST(timestamp_variable as VARCHAR(24). But i doubt you can use dynamic SQL to CALL an SP. Dieter
Hi Bala,
you have to use an implicit typecast for a TIMSTAMP column:
CAST(timestamp_variable as VARCHAR(24).
But i doubt you can use dynamic SQL to CALL an SP.
Dieter