CURRENT_TIMESTAMP « Date Functions « SQL Server / T-SQL Tutorial






10.1.CURRENT_TIMESTAMP
10.1.1.select CURRENT_TIMESTAMP
10.1.2.SELECT @today = current_timestamp
10.1.3.CHECK (entered_date >= CURRENT_TIMESTAMP)
10.1.4.datetime DEFAULT CURRENT_TIMESTAMP