MySQL建立和操纵表

表建立基础 CREATE TABLE customers ( cust_id int NOT NULL AUTO_INCREMENT , cust_name char(50) NOT NULL , cust_address char(50) NULL , cust_city char(50)
相关文章
相关标签/搜索