Click here to Skip to main content
15,900,108 members
Home / Discussions / Database
   

Database

 
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 
AnswerRe: join issue Pin
sudhir paliwal10-Sep-07 6:37
sudhir paliwal10-Sep-07 6:37 
you can use left join statement
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 left join

(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

on b.mon2 = a.mon


Please ignore if have error as its fine for sql/access but not confirm for oracle.
Thanks
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 
AnswerRe: How can I give a No duplicates property? Pin
Chetan Patel7-Sep-07 3:10
Chetan Patel7-Sep-07 3:10 

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.