Today is my first day working with SQL so please bear with me for this incredibly simple question. I have been struggling with this for quite some time now…so any help is greatly appreciated
If I have a table (named Test) filled out and I add one new column, how do I then insert values into ONLY the new column. For example I have a table with 2 colummns (col1, col2). If I add a third (col3)….how do I insert values [on the same rows I already had] into my new column.
If you can’t understand what I am saying…please tell me and I will try to be more concise.
Thank you
Yes you can,Use Update query