Monday, June 24, 2019

Drop column In sql

Alter table 'Table_name' drop column 'Column_Name'
alter table product drop column [Date];

No comments:

Post a Comment

PHP THREE