Alter Column

suggest change
ALTER TABLE Employees
ALTER COLUMN StartingDate DATETIME NOT NULL DEFAULT (GETDATE())

This query will alter the column datatype of StartingDate and change it from simple date to datetime and set default to current date.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


ALTER TABLE:
*Alter Column

Table Of Contents