adding a new column in a CREATE -- AS SELECT statement
681473Jan 23 2009 — edited Jan 23 2009I am creating a table using a select from an existing table. I wish to also add one new column (with null values for all records). Is this possible? What would the syntax be for this column?
Thanks,
Kevin