Users Pricing

forum

Home Forums Add a column of zeros to table sql server – MindStick

Add a column of zeros to table sql server

Anonymous User 1889 04 May 2013
Hi Everyone!
I have a table in sql server, but want to add a extra column full of zeros
What would be the best approach to do this
att1 att2
---------
1.0   5.8
2.7   3.8
5.1   6.8
becomes
att1 att2  extra
----------------
1.0   5.8   0.0
2.7   3.8   0.0
5.1   6.8   0.0
Thanks in advance!

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md