CREATE TABLE customer ( C_Id INT NOT NULL, Name VARCHAR(50) NOT NULL, ... ALTER TABLE table_name MODIFY column_name DEFAULT NULL;
確定! 回上一頁