Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Question about DATE conversion in Stored Procedure
I have a stored procedure which is using dynamic SQL to retrieve data from any table and output it in character format. Right now, DATE types are implicitly converted to VARCHAR2 using the NLS_DATE_FORMAT format. I need to format the dates differently. So, can I:
or
b) detect that a column is of DATE type?
This is PL/SQL stored procedure on Oracle 8, btw.
Thanks,
John
--Received on Thu Apr 13 2000 - 00:00:00 CDT
***
*** remove the vegetable from my e-mail address to send me mail
***