Hi,
I have a table with thousands of records. I want to add a column and set the value for that column, for each record, to a text value "ME". I would like to add the column and set the value in the same sql query? I have several copies of the same table and want to run the query on each one. So that why I want to combine the SQL in 1 query. Any help much appreciated.
Rob
I have a table with thousands of records. I want to add a column and set the value for that column, for each record, to a text value "ME". I would like to add the column and set the value in the same sql query? I have several copies of the same table and want to run the query on each one. So that why I want to combine the SQL in 1 query. Any help much appreciated.
Rob