Inserting NOW() into record manually?

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 :wink: (along with CURDATE, CURTIME, etc…)

Cool! :cool:

Debbie