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.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Three table combinations- SQL Query

Author  Topic 

jdeforums
Starting Member

8 Posts

Posted - 2010-03-18 : 02:20:17
Dear all,

I want to take single report combination of 3 tables.
Kindly send the quries to download report .The Table structure & Fileds are follows.

TABLE 1
Order No Itemcode
Table 2
Order No Qty
Table 3
Itemcode Unit WT

The output was
Order No - ITEMCODE - QTY - TOTAL WT(TABLE2 QTY * TABLE 3 UNITWT).
KIndly help me to write quries.

Thanks in adavance





Suresh.K.P

senthil_nagore
Master Smack Fu Yak Hacker

1007 Posts

Posted - 2010-03-18 : 03:18:40
Duplicate!!!

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=141572

Senthil.C
------------------------------------------------------
[Microsoft][ODBC SQL Server Driver]Operation canceled

http://senthilnagore.blogspot.com/
Go to Top of Page
   

- Advertisement -