Click here to Skip to main content
15,916,702 members
Home / Discussions / Database
   

Database

 
GeneralRe: can someone find the error please Pin
PIEBALDconsult13-Nov-11 17:30
mvePIEBALDconsult13-Nov-11 17:30 
GeneralRe: can someone find the error please Pin
Jörgen Andersson13-Nov-11 20:49
professionalJörgen Andersson13-Nov-11 20:49 
GeneralRe: can someone find the error please Pin
PIEBALDconsult14-Nov-11 1:40
mvePIEBALDconsult14-Nov-11 1:40 
AnswerRe: can someone find the error please Pin
Jörgen Andersson13-Nov-11 8:17
professionalJörgen Andersson13-Nov-11 8:17 
QuestionHow to open LDF file of SQL2000 Pin
Cold_Fearing_Bird10-Nov-11 18:52
Cold_Fearing_Bird10-Nov-11 18:52 
AnswerRe: How to open LDF file of SQL2000 Pin
Corporal Agarn11-Nov-11 1:23
professionalCorporal Agarn11-Nov-11 1:23 
AnswerRe: How to open LDF file of SQL2000 Pin
SilimSayo14-Nov-11 15:58
SilimSayo14-Nov-11 15:58 
QuestionData from multiple tables Pin
Manmohan2910-Nov-11 7:25
Manmohan2910-Nov-11 7:25 
I have two tables like this

Sales table Purchases table
--------------------- ------------------------------
SaleDateTime | Cost PurchaseDateTime | Cost
--------------------- ------------------------------
02-09-11 | 35 02-09-11 | 48
03-09-11 | 35 02-09-11 | 48
06-09-11 | 35 04-09-11 | 48
07-09-11 | 35 05-09-11 | 48
08-09-11 | 35 08-09-11 | 48

I want to produce result like this

Date | Sale_total | purchase_total
--------------------------------------------
02-09-11 | 35 | 96
03-09-11 | 35 | 0
04-09-11 | 0 | 48
05-09-11 | 0 | 48
06-09-11 | 35 | 0
07-09-11 | 35 | 0
08-09-11 | 35 | 48

how can I do this ?


Additional info:-
I am using MS Access.
---------------------------------------------
" Future Lies in Present "Manmohan Bishnoi


AnswerRe: Data from multiple tables Pin
loyal ginger10-Nov-11 8:52
loyal ginger10-Nov-11 8:52 
GeneralRe: Data from multiple tables Pin
SilimSayo10-Nov-11 9:10
SilimSayo10-Nov-11 9:10 
GeneralRe: Data from multiple tables Pin
Manmohan2910-Nov-11 19:16
Manmohan2910-Nov-11 19:16 
GeneralRe: Data from multiple tables Pin
SilimSayo11-Nov-11 7:11
SilimSayo11-Nov-11 7:11 
GeneralRe: Data from multiple tables Pin
Manmohan2911-Nov-11 7:33
Manmohan2911-Nov-11 7:33 
Questiondatabase deployment Pin
murali_utr10-Nov-11 4:08
murali_utr10-Nov-11 4:08 
AnswerRe: database deployment Pin
Corporal Agarn10-Nov-11 4:26
professionalCorporal Agarn10-Nov-11 4:26 
AnswerRe: database deployment Pin
jschell10-Nov-11 8:56
jschell10-Nov-11 8:56 
QuestionMaster.dbo.xp_fileexist in sql Pin
vanikanc10-Nov-11 3:26
vanikanc10-Nov-11 3:26 
AnswerRe: Master.dbo.xp_fileexist in sql Pin
Eddy Vluggen10-Nov-11 10:20
professionalEddy Vluggen10-Nov-11 10:20 
QuestionHeterogeneous Database; What will you do? Pin
AbrahamMOKDAD9-Nov-11 18:58
AbrahamMOKDAD9-Nov-11 18:58 
AnswerRe: Heterogeneous Database; What will you do? Pin
Eddy Vluggen10-Nov-11 10:51
professionalEddy Vluggen10-Nov-11 10:51 
AnswerRe: Heterogeneous Database; What will you do? Pin
Mycroft Holmes13-Nov-11 6:20
professionalMycroft Holmes13-Nov-11 6:20 
AnswerRe: Heterogeneous Database; What will you do? Pin
SilimSayo14-Nov-11 15:35
SilimSayo14-Nov-11 15:35 
Questionstring truncation Pin
Luc Pattyn9-Nov-11 10:37
sitebuilderLuc Pattyn9-Nov-11 10:37 
AnswerRe: string truncation Pin
jschell9-Nov-11 11:21
jschell9-Nov-11 11:21 
GeneralRe: string truncation Pin
Luc Pattyn9-Nov-11 11:24
sitebuilderLuc Pattyn9-Nov-11 11:24 

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.