Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql add column int nullable

ALTER TABLE YourTable
  ADD Foo INT NULL /*Adds a new int column existing rows will be 
                     given a NULL value for the new column*/
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sql #add #column #int #nullable
ADD COMMENT
Topic
Name
1+8 =