Click here to Skip to main content
15,888,579 members
Home / Discussions / Database
   

Database

 
Questionhow to back up the data base Pin
prasadbuddhika8-Sep-07 16:16
prasadbuddhika8-Sep-07 16:16 
AnswerRe: how to back up the data base Pin
John-ph8-Sep-07 20:09
John-ph8-Sep-07 20:09 
AnswerRe: how to back up the data base Pin
Rami Said Abd Alhalim8-Sep-07 20:14
Rami Said Abd Alhalim8-Sep-07 20:14 
AnswerRe: how to back up the data base Pin
Rami Said Abd Alhalim8-Sep-07 20:21
Rami Said Abd Alhalim8-Sep-07 20:21 
QuestionSQL issue Pin
Max++8-Sep-07 15:53
Max++8-Sep-07 15:53 
AnswerRe: SQL issue Pin
Paul Conrad8-Sep-07 16:31
professionalPaul Conrad8-Sep-07 16:31 
AnswerRe: SQL issue Pin
Frank Kerrigan10-Sep-07 9:27
Frank Kerrigan10-Sep-07 9:27 
Questionjoin issue Pin
Tauseef A8-Sep-07 2:49
Tauseef A8-Sep-07 2:49 
hi guys

i have the followig query

select a.plhrs ,b.sthrs,a.mon
from

(select to_char(month,'Mon-yyyy') as mon,
sum(st) as plhrs from espcs.bud_mpl where empno='0541'

group by to_char(month,'Mon-yyyy'))a,

(select to_char(ddate,'Mon-yyyy') as mon2 , sum(sthrs) as sthrs

from espcs.manhrs where empno='0572' group by to_char(ddate,'Mon-yyyy')) b

where b.mon2 = a.mon


in this query i am getting sum values from both tables based on the months from
the table a,
but the problem is that it eliminates the records if it does not find the matching months from both tables, as i want that it shud show the month with a value of blan if it does not find the matching the matching months's records in the corresponding table,i want to use joins,,
i am new to oralce , can any body help me
thanks in advance






hello

AnswerRe: join issue Pin
sudhir paliwal10-Sep-07 6:37
sudhir paliwal10-Sep-07 6:37 
Questionenable paging in gridview programatically Pin
dinakatina7-Sep-07 12:26
dinakatina7-Sep-07 12:26 
AnswerRe: enable paging in gridview programatically Pin
DerekFL10-Sep-07 10:32
DerekFL10-Sep-07 10:32 
GeneralRe: enable paging in gridview programatically Pin
DerekFL12-Sep-07 5:00
DerekFL12-Sep-07 5:00 
GeneralRe: enable paging in gridview programatically Pin
dinakatina12-Sep-07 13:51
dinakatina12-Sep-07 13:51 
QuestionDrop Pin
TAREQ F ABUZUHRI7-Sep-07 10:38
TAREQ F ABUZUHRI7-Sep-07 10:38 
AnswerRe: Drop Pin
Michael Potter7-Sep-07 11:34
Michael Potter7-Sep-07 11:34 
AnswerRe: Drop Pin
Rami Said Abd Alhalim8-Sep-07 0:22
Rami Said Abd Alhalim8-Sep-07 0:22 
GeneralRe: Drop Pin
TAREQ F ABUZUHRI8-Sep-07 0:53
TAREQ F ABUZUHRI8-Sep-07 0:53 
QuestionHow to Remove Dublicate from the Table Pin
Vimalsoft(Pty) Ltd7-Sep-07 5:49
professionalVimalsoft(Pty) Ltd7-Sep-07 5:49 
AnswerRe: How to Remove Dublicate from the Table Pin
Kschuler7-Sep-07 9:45
Kschuler7-Sep-07 9:45 
AnswerRe: How to Remove Dublicate from the Table Pin
Frank Kerrigan10-Sep-07 9:31
Frank Kerrigan10-Sep-07 9:31 
GeneralRe: How to Remove Dublicate from the Table Pin
Vimalsoft(Pty) Ltd10-Sep-07 20:41
professionalVimalsoft(Pty) Ltd10-Sep-07 20:41 
QuestionOracle SQL Script Pin
Programm3r7-Sep-07 4:36
Programm3r7-Sep-07 4:36 
AnswerRe: Oracle SQL Script Pin
Kschuler7-Sep-07 9:47
Kschuler7-Sep-07 9:47 
QuestionHow can I give a No duplicates property? Pin
Big Ralph7-Sep-07 1:09
Big Ralph7-Sep-07 1:09 
AnswerRe: How can I give a No duplicates property? Pin
Giorgi Dalakishvili7-Sep-07 1:22
mentorGiorgi Dalakishvili7-Sep-07 1:22 

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.