Can Oracle handle MS SQL Server style date strings
708401Jun 23 2009 — edited Jun 24 2009Can Oracle handle MS SQL Server style date strings:
For example, could you use these values in an INSERT statement on Oracle:
date:
{d'2009-06-22'}
timespan:
{ts'12:59:59'}
timespan:
{ts'2009-05-31 12:56:57'}
I know this a very basic question - however unfortunately I am working on a code base which can be used against Oracle - but I have no Oracle installation to test on !!
Cheers in advance!
Sean