Tuesday, July 17, 2018

mySQL 語法

建立表格

CREATE TABLE table_name
(column_1 data_type, 
column_2 data_type, 
column_3 data_type);

No comments: