Total Pageviews

Wednesday 14 June 2017

在MySQL里面,如何创建数据表

create table table_name (column_name column_type);

CREATE TABLE table_name (column_name column_type);
 
from  http://www.runoob.com/mysql/mysql-create-tables.html

No comments:

Post a Comment