0
timestamp
wat it means????
3 Antworten
+ 4
Timestamp is a data type. If you want to store date as well as time, then you can chose timestamp as column type.
+ 3
timestamp is data type Like date . if you use time stamp it will give output in mili seconds
+ 2
TIMESTAMP values are stored as the number of seconds since the Unix epoch ('1970-01-01 00:00:00' UTC). Format: YYYY-MM-DD HH:MM:SS