Reputation: 3335
Here I got a data like this: 1320609435.346877000, and I was told it was UNIX time which I do not understand. Shouldn't UNIX time look like an integer?
This data is stored in a txt as a column, if I want to insert this column into Mysql, which data type should I use and when I create a table, this default value should be assigned as NULL or ?
Many thanks!
Upvotes: 1
Views: 272