Explain TIMESTAMP DEFAULT ?2006:09:02 17:38:44′ ON UPDATE
CURRENT_TIMESTAMP.
Answer Posted / amith
A default value is used on initialization, a current
timestamp is inserted on update of the row.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I change the max connections in mysql?
How do I install mysql on windows 7?
How do I quit mysql?
What is unsigned in mysql?
How to create a test table in your mysql server?
What are the method you will follow while sql installing
What are the non-standard sql commands supported by 'mysql'?
How would concatenate strings in mysql?
How to determine the location of the data directory?
How do I rename a table in mysql workbench?
how to dump all databases for backup. Backup file is sql commands to recreate all db's.
Explain the different types of constraints?
What happens if null values are involved in expressions?
In mysql, what is joins? Explain
How to delete an existing column in a table?