- 1
Insert the data in the new column in sql
Means we create table and gave all values ,further we want to add new column with data in exiting table.
2 Respuestas
0
whats wrong with insert into ?
0
Is the column added to a table already containing rows of data?
If so, you would use an UPDATE statement for that column.