Saving a UNIX timestamp in MySQL as type DOUBLE? -
my function call takes input, , throws database. usually, it's integers, today, need throw in unix timestamp.
this overflew float type, works type double.
is there should worried saving 10-digit integer in type double?
the total precision of double precision value approximately 16 decimal digits, should not worry, if store milliseconds or microseconds.
Comments
Post a Comment