Change DATE and also a TIMESTAMP to just a date 'MM/DD/YYYY'
Table1:
Example in the date field: 2013-03-28 22:14:44. Need to have it as 03/28/2013
Table1 if null: 01/01/1900
Table 2:
Example in the timestamp field in table2: 2010-01-02 00:00:00.000000. Need to have it as 01/02/2010
Help is very appreciated!
Table1:
Example in the date field: 2013-03-28 22:14:44. Need to have it as 03/28/2013
Table1 if null: 01/01/1900
Table 2:
Example in the timestamp field in table2: 2010-01-02 00:00:00.000000. Need to have it as 01/02/2010
Help is very appreciated!