I've got a table with a column, lets call it table_column
that is currently null
for all rows of the table. I'd like to insert the value "test"
into that column for all rows. Can someone give me the SQL for this?
I've tried INSERT INTO table (table_column) VALUES ("test");
but that only populates that last row. How do I do all of the rows at once?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…