I am facing a problem. When I run this below SQL statement in the SQL Server 2012:
TO_DATE('2011-11-09 00:00:00','YYYY-MM-DD HH24:MI:SS')
I am getting the following error:
'TO_DATE' not is a name de function integrate recognized.
Can anyone help with this?