I'm a newbie to MySQL and am trying to make a date field have a default value of the current date.
In Microsoft SQL Server you just supply default value of "getDate()" and SQL Server takes care of populating the field whenever new entries are made to the table.
I searched this forum, and there's not a lot written about MySQL date stuff... anyone know? Thanks...
In Microsoft SQL Server you just supply default value of "getDate()" and SQL Server takes care of populating the field whenever new entries are made to the table.
I searched this forum, and there's not a lot written about MySQL date stuff... anyone know? Thanks...