2> -- DAY: return the day portion of a date as an integer. 3> 4> 5> SELECT DAY("24 March 1964") 6> GO ----------- 24 (1 rows affected)