Age int, City varchar(255) DEFAULT 'Sandnes' ... OrderNumber int NOT NULL, ... MySQL: ALTER TABLE Persons ALTER City SET DEFAULT 'Sandnes';. SQL Server:.
確定! 回上一頁