Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

alter table query sql server change column

ALTER TABLE employees
  ALTER COLUMN last_name VARCHAR(75) NOT NULL;
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #alter #table #query #sql #server #change #column
ADD COMMENT
Topic
Name
5+4 =