Click here to Skip to main content
15,798,148 members
Home / Discussions / Database
   

Database

 
GeneralRe: Loop in a Stored procedure Pin
S Douglas20-Aug-11 10:20
professionalS Douglas20-Aug-11 10:20 
AnswerRe: Loop in a Stored procedure Pin
jschell10-Aug-11 11:07
jschell10-Aug-11 11:07 
QuestionInner Query in mysql Pin
Rakesh Meel8-Aug-11 1:56
professionalRakesh Meel8-Aug-11 1:56 
AnswerRe: Inner Query in mysql Pin
Simon Bang Terkildsen8-Aug-11 2:53
Simon Bang Terkildsen8-Aug-11 2:53 
AnswerRe: Inner Query in mysql Pin
Simon_Whale8-Aug-11 3:49
Simon_Whale8-Aug-11 3:49 
AnswerRe: Inner Query in mysql Pin
DaveAuld8-Aug-11 13:44
professionalDaveAuld8-Aug-11 13:44 
GeneralRe: Inner Query in mysql Pin
Rakesh Meel8-Aug-11 20:38
professionalRakesh Meel8-Aug-11 20:38 
GeneralRe: Inner Query in mysql Pin
GuyThiebaut13-Aug-11 2:35
professionalGuyThiebaut13-Aug-11 2:35 
I know you asked for subqueries however in this case I think joins are easier to read and more elegant:

select t1.* 
From tbladussentry t1
join tbladusentry t2
    on t1.SID = t2.Id
join tbladuset t3
    on t2.SID = t3.ID
    and t3.CID in(108,367)


Continuous effort - not strength or intelligence - is the key to unlocking our potential.(Winston Churchill)


GeneralRe: Inner Query in mysql Pin
Rakesh Meel15-Aug-11 20:00
professionalRakesh Meel15-Aug-11 20:00 
Questionargument data type ntext is invalid for argument 1 of rtrim function Pin
md_refay7-Aug-11 23:09
md_refay7-Aug-11 23:09 
AnswerRe: argument data type ntext is invalid for argument 1 of rtrim function [modified] Pin
Shameel8-Aug-11 6:35
professionalShameel8-Aug-11 6:35 
QuestionDB2: Create primary key on partition table? Pin
cuong-nm7-Aug-11 22:02
cuong-nm7-Aug-11 22:02 
AnswerRe: DB2: Create primary key on partition table? Pin
Herman<T>.Instance9-Aug-11 3:29
Herman<T>.Instance9-Aug-11 3:29 
GeneralRe: DB2: Create primary key on partition table? Pin
cuong-nm9-Aug-11 17:30
cuong-nm9-Aug-11 17:30 
AnswerRe: DB2: Create primary key on partition table? Pin
Wendelius12-Aug-11 8:01
mentorWendelius12-Aug-11 8:01 
GeneralRe: DB2: Create primary key on partition table? Pin
cuong-nm14-Aug-11 18:19
cuong-nm14-Aug-11 18:19 
QuestionCube processing confirmation? Pin
current19996-Aug-11 2:01
current19996-Aug-11 2:01 
AnswerRe: Cube processing confirmation? Pin
Mycroft Holmes6-Aug-11 3:52
professionalMycroft Holmes6-Aug-11 3:52 
AnswerRe: Cube processing confirmation? Pin
S Douglas11-Aug-11 10:20
professionalS Douglas11-Aug-11 10:20 
QuestionDisplaying SSRS Reports Pin
Aptiva Dave4-Aug-11 7:28
Aptiva Dave4-Aug-11 7:28 
AnswerRe: Displaying SSRS Reports Pin
Mycroft Holmes4-Aug-11 15:38
professionalMycroft Holmes4-Aug-11 15:38 
AnswerRe: Displaying SSRS Reports Pin
Pradeep Shukla8-Aug-11 9:33
professionalPradeep Shukla8-Aug-11 9:33 
GeneralRe: Displaying SSRS Reports Pin
Aptiva Dave8-Aug-11 9:50
Aptiva Dave8-Aug-11 9:50 
GeneralRe: Displaying SSRS Reports Pin
Pradeep Shukla8-Aug-11 10:25
professionalPradeep Shukla8-Aug-11 10:25 
GeneralRe: Displaying SSRS Reports Pin
Aptiva Dave8-Aug-11 10:26
Aptiva Dave8-Aug-11 10:26 

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.