Click here to Skip to main content
15,899,754 members
Home / Discussions / Database
   

Database

 
AnswerRe: a mistake with the "Like" statement..help!.. Pin
DerekFL12-Sep-07 8:19
DerekFL12-Sep-07 8:19 
QuestionProblem with LDF files ( database log file ) Pin
Developer6119-Sep-07 1:45
Developer6119-Sep-07 1:45 
AnswerRe: Problem with LDF files ( database log file ) Pin
Frank Kerrigan10-Sep-07 9:33
Frank Kerrigan10-Sep-07 9:33 
AnswerRe: Problem with LDF files ( database log file ) Pin
rohitsrivastava10-Sep-07 19:54
rohitsrivastava10-Sep-07 19:54 
QuestionHow to find tree path in a table with parent cod Pin
sepel9-Sep-07 1:39
sepel9-Sep-07 1:39 
AnswerRe: How to find tree path in a table with parent cod Pin
Chetan Patel9-Sep-07 21:25
Chetan Patel9-Sep-07 21:25 
QuestionHow to implement Transaction in a MySql Stored Procedure with Cursor ? Pin
fearless stallion8-Sep-07 19:16
fearless stallion8-Sep-07 19:16 
AnswerRe: How to implement Transaction in a MySql Stored Procedure with Cursor ? Pin
DLM@TD14-Sep-07 12:00
DLM@TD14-Sep-07 12:00 
GeneralRe: How to implement Transaction in a MySql Stored Procedure with Cursor ? Pin
fearless stallion19-Sep-07 16:39
fearless stallion19-Sep-07 16:39 
QuestionDatabase App Pin
gtkoder8-Sep-07 16:38
gtkoder8-Sep-07 16:38 
AnswerRe: Database App Pin
Chetan Patel9-Sep-07 21:27
Chetan Patel9-Sep-07 21:27 
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 

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.