Click here to Skip to main content
15,910,872 members
Home / Discussions / Database
   

Database

 
GeneralRe: What Query i have to used PinPopular
dan!sh 21-Oct-09 7:46
professional dan!sh 21-Oct-09 7:46 
GeneralRe: What Query i have to used PinPopular
J4amieC21-Oct-09 8:20
J4amieC21-Oct-09 8:20 
GeneralRe: What Query i have to used Pin
khan201028-Oct-09 21:38
khan201028-Oct-09 21:38 
GeneralRe: What Query i have to used PinPopular
J4amieC29-Oct-09 4:15
J4amieC29-Oct-09 4:15 
GeneralRe: What Query i have to used Pin
khan201028-Oct-09 23:38
khan201028-Oct-09 23:38 
GeneralRe: What Query i have to used Pin
Rob Graham29-Oct-09 4:37
Rob Graham29-Oct-09 4:37 
AnswerRe: What Query i have to used Pin
Niladri_Biswas24-Oct-09 20:28
Niladri_Biswas24-Oct-09 20:28 
GeneralRe: What Query i have to used Pin
khan201028-Oct-09 21:42
khan201028-Oct-09 21:42 
Thanks Nildari Biswas for Reply
I appreciate for your answer. Thank you very much.
But here i solved my problem please check.

SELECT     Item_Name,<br />
<br />
                          (SELECT     SUM(Piece_No) AS Quantity FROM     Purchase_Detail  WHERE      (Product.Item_Name = Item)) AS QuantityB,<br />
<br />
                          (SELECT     SUM(Itm_Qty) AS Quantity  FROM     Detail_Description    WHERE      (Product.Item_Name = Item)) AS QuantityC,<br />
<br />
                          (SELECT     SUM(Itm_Qty) AS Quantity  FROM     Refund_Detail  WHERE      (Product.Item_Name = Item_Name)) AS QuantityD,<br />
<br />
                          (SELECT     SUM(Piece_No) AS Quantity FROM     Purchase_Detail   AS tblB_1   WHERE      (Product.Item_Name = Item)) -<br />
<br />
                          (SELECT     SUM(Itm_Qty) AS Quantity FROM      Detail_Description AS tblC_1  WHERE      (Product.Item_Name = Item)) -<br />
<br />
                          (SELECT     SUM(Itm_Qty) AS Quantity FROM      Refund_Detail  AS tblD_1 WHERE      (Product.Item_Name = Item_Name)) AS Total<br />
<br />
FROM   Product GROUP BY Item_Name<br />
<br />
 <br />


again Thanks for reply.
QuestionJoining tables and get column with comma seperated values out of the join result Pin
nainakarri21-Oct-09 0:21
nainakarri21-Oct-09 0:21 
AnswerRe: Joining tables and get column with comma seperated values out of the join result [modified] Pin
J4amieC21-Oct-09 1:06
J4amieC21-Oct-09 1:06 
AnswerRe: Joining tables and get column with comma seperated values out of the join result Pin
i.j.russell21-Oct-09 1:51
i.j.russell21-Oct-09 1:51 
GeneralRe: Joining tables and get column with comma seperated values out of the join result Pin
Mycroft Holmes21-Oct-09 13:10
professionalMycroft Holmes21-Oct-09 13:10 
GeneralRe: Joining tables and get column with comma seperated values out of the join result Pin
i.j.russell21-Oct-09 21:41
i.j.russell21-Oct-09 21:41 
GeneralRe: Joining tables and get column with comma seperated values out of the join result Pin
Mycroft Holmes21-Oct-09 22:08
professionalMycroft Holmes21-Oct-09 22:08 
AnswerRe: Joining tables and get column with comma seperated values out of the join result Pin
Niladri_Biswas24-Oct-09 23:08
Niladri_Biswas24-Oct-09 23:08 
GeneralRe: Joining tables and get column with comma seperated values out of the join result Pin
nainakarri25-Oct-09 19:12
nainakarri25-Oct-09 19:12 
GeneralRe: Joining tables and get column with comma seperated values out of the join result Pin
Niladri_Biswas26-Oct-09 15:54
Niladri_Biswas26-Oct-09 15:54 
QuestionAn Extraordinarily Dumb Question Pin
Roger Wright20-Oct-09 20:15
professionalRoger Wright20-Oct-09 20:15 
AnswerRe: An Extraordinarily Dumb Question Pin
SeMartens20-Oct-09 20:41
SeMartens20-Oct-09 20:41 
GeneralRe: An Extraordinarily Dumb Question Pin
Roger Wright21-Oct-09 3:12
professionalRoger Wright21-Oct-09 3:12 
AnswerRe: An Extraordinarily Dumb Question Pin
i.j.russell21-Oct-09 3:09
i.j.russell21-Oct-09 3:09 
GeneralRe: An Extraordinarily Dumb Question Pin
Roger Wright25-Oct-09 21:40
professionalRoger Wright25-Oct-09 21:40 
GeneralRe: An Extraordinarily Dumb Question Pin
Gary R. Wheeler29-Oct-09 13:04
Gary R. Wheeler29-Oct-09 13:04 
GeneralRe: An Extraordinarily Dumb Question Pin
Roger Wright29-Oct-09 18:04
professionalRoger Wright29-Oct-09 18:04 
QuestionPrimary key on Bit Datatype in sql server 2000 Pin
Tufail Ahmad20-Oct-09 19:30
Tufail Ahmad20-Oct-09 19:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.