TIME: Time type value is in the form '23:59:59' : Time « Data Type « SQL / MySQL






TIME: Time type value is in the form '23:59:59'

  
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>

   
    
  








Related examples in the same category

1.Order by time value
2.Sorting by Time of Day