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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -