I’m working on a some Create Table statements for a project I have. I have two columns (StartDate, EndDate) where the data type is Timestamp. One of the requirements is to ensure that the date is fixed (January 1, 2000) but leave the time variable. How would I go about including that in my Create Table statement?
↧