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 |
|
asifbhura
Posting Yak Master
165 Posts |
Posted - 2011-06-10 : 15:29:30
|
| HelloI have two table, both table have customerName FieldI want to copy customerName from one table to another table Regards |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
asifbhura
Posting Yak Master
165 Posts |
Posted - 2011-06-10 : 15:46:36
|
| I want to insertbut for knowledge i want to update statement also |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
asifbhura
Posting Yak Master
165 Posts |
Posted - 2011-06-12 : 04:00:38
|
| HelloUpdate is not working properly,in the original tableis having different data and after updating it is differentfor Examplein original table on 1032 id number is like "HU Project"and after updating it is taking another data..i want to update table data with exact id to IDis there any other query....in table some id is having null also..Regards,ASIF |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-06-12 : 05:09:54
|
| please show some sample data from tables and then explain what you're expecting. its quite difficult for someone to guess without seeing what exactly you're trying to achieve------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|