TimeStamp « Data Type « SQL / MySQL






1.TIMESTAMP as column type
2.timestamp type column default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP
3.Table definition includes a YEAR column and a TIMESTAMP
4.Order by timestamp value
5.dates and times in SQL commands must be given as character strings,
6.Recording a Row's Last Modification Time
7.Recording a Row's Creation Time
8.Performing Calculations with TIMESTAMP Values
9.Updates to tsdemo2 records that don't actually modify a column cause no change to TIMESTAMP values








10.Create a table in which timestamps can be stored.
11.The difference between the creation and modification times
12.Issuing an UPDATE statement that doesn't actually change the values in the val column doesn't update the TIMES
13.microseconds component is removed.