Click here to Skip to main content
15,911,132 members
Home / Discussions / Database
   

Database

 
GeneralRe: What Query i have to used Pin
khan201021-Oct-09 7:18
khan201021-Oct-09 7:18 
GeneralRe: What Query i have to used Pin
dan!sh 21-Oct-09 7:39
professional dan!sh 21-Oct-09 7:39 
GeneralRe: What Query i have to used Pin
J4amieC21-Oct-09 5:32
J4amieC21-Oct-09 5:32 
AnswerRe: What Query i have to used [modified] PinPopular
J4amieC21-Oct-09 6:02
J4amieC21-Oct-09 6:02 
GeneralRe: What Query i have to used Pin
khan201021-Oct-09 7:20
khan201021-Oct-09 7:20 
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 
J4amieC

This is the Correct one Still I am working On it to get some more Correct result, You Brain Less Idiot Look and think your self how u can say you are a developer, and by the way what are you doing here" "U think you can helping people" C ur self in the mirro U Idiot. and learn the manner how to speak with other.
'''''''''''''''''''''''''''''''''''''''''''
Just to save time i asked question here.
''''''''''''''''''''''''''''''''''''''''''
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

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 
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 

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.