Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql change column in existing table

'This adds 'NOT NULL' to excisting column counting in the table mytable'
ALTER TABLE mytable ALTER COLUMN counting INT NOT NULL;
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #sql #change #column #existing #table
ADD COMMENT
Topic
Name
6+7 =