How to convert exact code from sql server function to oracle function?
955649Sep 8 2012 — edited Sep 10 2012Hi sir i am converting one function through sql developer but i am not able to convert properly some error i am getting.
in this line i am getting error:
here is my sql script line: convert(datetime,fdate,103)
in this i am converting fdate column to datetime
and after converting this in oracle it is coming like this
sqlserver_utilities.convert_('DATE', fdate, 103)
but in this line i am getting error
could you please convert it properly.
thanks