G
Guest
Hi,
This is in regards to SQL date format. In Oracle, you can use the
To_Char(DateField, 'Month-dd-yyyy') to format the result on your date field.
2006-09-20 00:00:00 = Sept-20-2006
What is the function in SQL2K?
This is in regards to SQL date format. In Oracle, you can use the
To_Char(DateField, 'Month-dd-yyyy') to format the result on your date field.
2006-09-20 00:00:00 = Sept-20-2006
What is the function in SQL2K?