Insert the data in the new column in sql | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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.

21st Oct 2019, 3:12 AM
Mohamed Imraan
Mohamed Imraan - avatar
2 Answers
0
whats wrong with insert into ?
21st Oct 2019, 3:50 AM
Taste
Taste - avatar
0
Is the column added to a table already containing rows of data? If so, you would use an UPDATE statement for that column.
14th Dec 2019, 7:23 AM
David Carroll
David Carroll - avatar