sql developer - To_Char not a recognised function
majortomJun 21 2010 — edited Jun 21 2010Hi All
I have a SQL Server 2005 database connected through Oracle SQL Developer V 1.5.1 . I am attempting to convert the system date to a character date in the form of YYYYMMDD.
So I used this statement but it comes back with the error that it is not a valid function.
TO_CHAR(sysdate,'YYYYMMDD')
I have searched the net but cant seem to fix this, does it mean that TO_CHAR only works if you are connected to an Oracle Database?
If so is there another function I can use for this?
cheers