Click here to Skip to main content
15,907,396 members
Home / Discussions / Database
   

Database

 
GeneralRe: and - or statement Pin
Michael Potter18-Mar-05 10:04
Michael Potter18-Mar-05 10:04 
Questionhow to call for update in two different databases? Pin
mijan17-Mar-05 19:47
mijan17-Mar-05 19:47 
AnswerRe: how to call for update in two different databases? Pin
Anonymous20-Mar-05 21:54
Anonymous20-Mar-05 21:54 
GeneralPage numbers Pin
Sebastien Lachance17-Mar-05 8:02
Sebastien Lachance17-Mar-05 8:02 
GeneralRe: Page numbers Pin
Michael Potter17-Mar-05 9:54
Michael Potter17-Mar-05 9:54 
Questionhow to add oledb connection in module by writing code Pin
sumit2117-Mar-05 7:42
sumit2117-Mar-05 7:42 
AnswerRe: how to add oledb connection in module by writing code Pin
rwestgraham20-Mar-05 12:31
rwestgraham20-Mar-05 12:31 
GeneralJoin Problem Pin
Brian Van Beek17-Mar-05 6:25
Brian Van Beek17-Mar-05 6:25 
Happy Saint Patrick's Day everyone. I'm stuck here at work, (wish i was watching basketball) but on to my problem. I need to run a query that will return a list of applications. I think I need to do a left join(?) as not all apps will have a person listed. I still need to display the rest of the info though, even if there isn't a person for it. Here is an example what I have so far:
(BTW: I'm using oracle 8, and sql is not my specialty "obviously")

Select d.application_name,
f.first_name,
f.last_name,
d.servlet_context,
d.after_hours_contact,
d.context_description,
d.database_access,
d.test_link,
d.notes,
e.description,
f.user_id,
d.app_id,
a.team_name
from
web_team a,
web_developers b,
web_app_resp_dev c,
web_application_info d,
web_app_resources e,
user_profile f,
web_team_lead g
where
d.team_id = a.team_id and
d.app_id = c.app_id and
a.team_id = 1
and
f.user_id = c.dev_id and
(f.user_id = b.dev_id or
f.user_id = g.lead_id) and
d.app_id = e.app_id
order by d.application_name, e.description, f.last_name,
f.first_name



Brian Van Beek
GeneralRe: Oops. More Info Pin
Brian Van Beek17-Mar-05 6:26
Brian Van Beek17-Mar-05 6:26 
GeneralRe: Join Problem Pin
BammBamm17-Mar-05 8:08
BammBamm17-Mar-05 8:08 
GeneralSql Backup and Restore Pin
| Muhammad Waqas Butt |16-Mar-05 22:12
professional| Muhammad Waqas Butt |16-Mar-05 22:12 
GeneralRe: Sql Backup and Restore Pin
Colin Angus Mackay17-Mar-05 6:30
Colin Angus Mackay17-Mar-05 6:30 
GeneralManaged Provider for Oracle Pin
satishrg16-Mar-05 13:26
satishrg16-Mar-05 13:26 
QuestionDTS and Identity column? Pin
devvvy15-Mar-05 14:33
devvvy15-Mar-05 14:33 
QuestionDTS Lookup -- Multiple values? Pin
devvvy15-Mar-05 14:31
devvvy15-Mar-05 14:31 
QuestionHow Do I Pin
Yaakov Davis15-Mar-05 1:33
Yaakov Davis15-Mar-05 1:33 
AnswerRe: How Do I Pin
Yulianto.15-Mar-05 17:08
Yulianto.15-Mar-05 17:08 
GeneralRe: How Do I Pin
Yaakov Davis15-Mar-05 23:55
Yaakov Davis15-Mar-05 23:55 
AnswerRe: How Do I Pin
j1webb18-Mar-05 12:31
j1webb18-Mar-05 12:31 
AnswerRe: How Do I Pin
-Dr_X-24-Mar-05 14:26
-Dr_X-24-Mar-05 14:26 
GeneralSQL to ACCESS ISSUE Pin
JeyKey15-Mar-05 1:17
JeyKey15-Mar-05 1:17 
QuestionHow to determine whether MSDE is installed or SQL SERVER from Registery Pin
RuchirD14-Mar-05 20:24
RuchirD14-Mar-05 20:24 
GeneralMath Function For SQL Pin
gatorsjf14-Mar-05 6:02
gatorsjf14-Mar-05 6:02 
GeneralRe: Math Function For SQL Pin
Colin Angus Mackay14-Mar-05 6:14
Colin Angus Mackay14-Mar-05 6:14 
GeneralRe: Math Function For SQL Pin
gatorsjf14-Mar-05 6:29
gatorsjf14-Mar-05 6:29 

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.