Mega Code Archive

 
Categories / MySQL / Data Type
 

TIME

mysql> mysql> CREATE TABLE employee(     ->     id INT,     ->     startDate TIME     -> ); Query OK, 0 rows affected (0.00 sec) mysql> mysql> drop table employee; Query OK, 0 rows affected (0.00 sec) mysql>