Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sanjay5219
Posting Yak Master
240 Posts |
Posted - 2014-12-30 : 08:48:43
|
Hi All,I have one table called std and another is std_sub. Now I have to update subject_detail column of STD table like Math,EnglishPlease suggest how to do in Sql 2000Std_Sub is a below formatstd_id,subject1,Math1,English2,Science2,Math |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-12-30 : 12:38:25
|
We need to see the structure of the std table, sample data for that table and then show us what it should look like after the update.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
|
|
|