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 |
|
Ronesh
Starting Member
33 Posts |
Posted - 2009-08-20 : 06:01:36
|
| i need to create a view from tables Table1 and Table2.Table1T1Id Name1 a1 b1 c2 a2 b3 aTable2T2Id T1Id Address 1 1 address1,address2,address32 2 address1,address23 3 address3now i need to create view from these tables as underView1VId Name Address1 a,b,c address1,address2,address32 a,b address1,address2,address33 a address1can anyone please help me to get this. |
|
|
DonAtWork
Master Smack Fu Yak Hacker
2167 Posts |
Posted - 2009-08-20 : 07:00:04
|
| This would be a snap if your tables were NORMALIZED.http://weblogs.sqlteam.com/jeffs/archive/2008/05/13/question-needed-not-answer.aspxHow to ask: http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspxFor ultra basic questions, follow these links.http://www.sql-tutorial.net/ http://www.firstsql.com/tutor.htm http://www.w3schools.com/sql/default.asp |
 |
|
|
|
|
|