Is there a way to insert NOW() into a record when manually ntering data into MySQL via phpMyAdmin?
Debbie
Is there a way to insert NOW() into a record when manually ntering data into MySQL via phpMyAdmin?
Debbie
yes, just use the keyword CURRENT_TIMESTAMP
PhpMyAdmin also has NOW as an option in it’s dropdown next to the field for date types, if you feel like being lazy (along with CURDATE, CURTIME, etc…)
Cool!
Debbie