timestamp
-
hi i could not understand the "timestamp" what is timestamp and how can i get month from timestamp what is difference between timestamp and datatime in sql thanks in advance vijay kumar
-
hi i could not understand the "timestamp" what is timestamp and how can i get month from timestamp what is difference between timestamp and datatime in sql thanks in advance vijay kumar
Is a data type that exposes automatically generated, unique binary numbers within a database. timestamp is generally used as a mechanism for version-stamping table rows. The storage size is 8 bytes. The timestamp data type is just an incrementing number and does not preserve a date or a time. To record a date or time, use a datetime data type.
You're welcome :)
Bastard Programmer from Hell :suss: