Click here to Skip to main content
15,895,011 members
Home / Discussions / Database
   

Database

 
Questionits urgent Pin
bcss03a00629-Oct-09 21:00
bcss03a00629-Oct-09 21:00 
AnswerRe: its urgent [modified] Pin
Niladri_Biswas29-Oct-09 21:46
Niladri_Biswas29-Oct-09 21:46 
GeneralRe: its urgent Pin
Mycroft Holmes29-Oct-09 22:13
professionalMycroft Holmes29-Oct-09 22:13 
QuestionConvert Oracle Query to MS-Access Pin
M Riaz Bashir29-Oct-09 20:22
M Riaz Bashir29-Oct-09 20:22 
AnswerRe: Convert Oracle Query to MS-Access Pin
Mycroft Holmes29-Oct-09 22:10
professionalMycroft Holmes29-Oct-09 22:10 
GeneralRe: Convert Oracle Query to MS-Access Pin
Jörgen Andersson29-Oct-09 23:45
professionalJörgen Andersson29-Oct-09 23:45 
AnswerRe: Convert Oracle Query to MS-Access Pin
Jörgen Andersson29-Oct-09 23:05
professionalJörgen Andersson29-Oct-09 23:05 
GeneralRe: Convert Oracle Query to MS-Access Pin
David Skelly30-Oct-09 3:08
David Skelly30-Oct-09 3:08 
I think it's a left join, not a right join. I'm not an Oracle expert but I have a feeling the (+) goes on the side of the join which is not required (not sure of the technical term for that). In other words
a.code = b.code(+)
is a left outer join and
a.code(+) = b.code
is a right outer join.

I'm not 100% sure about that so don't take my word for it.
GeneralRe: Convert Oracle Query to MS-Access Pin
Jörgen Andersson30-Oct-09 3:25
professionalJörgen Andersson30-Oct-09 3:25 
GeneralRe: Convert Oracle Query to MS-Access Pin
Chris Meech30-Oct-09 9:54
Chris Meech30-Oct-09 9:54 
QuestionProblem with Execute query by EXEC(@string) Pin
nainakarri29-Oct-09 1:31
nainakarri29-Oct-09 1:31 
AnswerRe: Problem with Execute query by EXEC(@string) Pin
Covean29-Oct-09 1:52
Covean29-Oct-09 1:52 
GeneralRe: Problem with Execute query by EXEC(@string) Pin
nainakarri29-Oct-09 2:02
nainakarri29-Oct-09 2:02 
GeneralRe: Problem with Execute query by EXEC(@string) Pin
Covean29-Oct-09 2:04
Covean29-Oct-09 2:04 
GeneralRe: Problem with Execute query by EXEC(@string) Pin
Mycroft Holmes29-Oct-09 2:06
professionalMycroft Holmes29-Oct-09 2:06 
GeneralRe: Problem with Execute query by EXEC(@string) Pin
nainakarri29-Oct-09 2:18
nainakarri29-Oct-09 2:18 
GeneralRe: Problem with Execute query by EXEC(@string) Pin
Mycroft Holmes29-Oct-09 2:24
professionalMycroft Holmes29-Oct-09 2:24 
GeneralRe: Problem with Execute query by EXEC(@string) Pin
nainakarri29-Oct-09 2:35
nainakarri29-Oct-09 2:35 
AnswerRe: Problem with Execute query by EXEC(@string) Pin
soni uma29-Oct-09 2:44
soni uma29-Oct-09 2:44 
GeneralRe: Problem with Execute query by EXEC(@string) Pin
nainakarri29-Oct-09 2:47
nainakarri29-Oct-09 2:47 
GeneralRe: Problem with Execute query by EXEC(@string) Pin
Abhishek Sur29-Oct-09 11:58
professionalAbhishek Sur29-Oct-09 11:58 
GeneralRe: Problem with Execute query by EXEC(@string) Pin
nainakarri29-Oct-09 18:34
nainakarri29-Oct-09 18:34 
AnswerRe: Problem with Execute query by EXEC(@string) Pin
NIRMAL UPADHYAY30-Oct-09 20:04
NIRMAL UPADHYAY30-Oct-09 20:04 
Questionhow to get week number and startday of the week in sql server 2008 Pin
chakran28-Oct-09 23:40
chakran28-Oct-09 23:40 
AnswerRe: how to get week number and startday of the week in sql server 2008 Pin
Mycroft Holmes29-Oct-09 0:33
professionalMycroft Holmes29-Oct-09 0:33 

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.