lets say that you wanted to store a colum in mysql meant spefically for a mySQL timestamp()
(if you put UNIX_TIMESTAMP() without any parameters, it will return the current timestamp in seconds)
so...
This could be stored in a CHAR(10) colum, or a INT(10) colum...
which column would be a more wise choice...










Bookmarks