How To Format Sysdate
How do you format sysdate? I want the results to be in date format, but I only want the date itself without the time added as
6/14/2010
The To_Date function doesn't seem to work as it converts a string to a date and sysdate isn't a string?
Thanks for any help..