Click here to Skip to main content
15,892,809 members
Home / Discussions / Database
   

Database

 
AnswerRe: Help with Calculations Pin
PIEBALDconsult22-Mar-12 3:16
mvePIEBALDconsult22-Mar-12 3:16 
GeneralRe: Help with Calculations Pin
Vimalsoft(Pty) Ltd22-Mar-12 6:13
professionalVimalsoft(Pty) Ltd22-Mar-12 6:13 
Questionasp.net Pin
smart5521-Mar-12 19:39
smart5521-Mar-12 19:39 
AnswerRe: asp.net Pin
Mycroft Holmes21-Mar-12 20:19
professionalMycroft Holmes21-Mar-12 20:19 
AnswerRe: asp.net Pin
solutions@ashish21-Mar-12 22:47
solutions@ashish21-Mar-12 22:47 
QuestionSQL queries for multiple columns depends on same column of another table Pin
AhmedMasum19-Mar-12 8:21
AhmedMasum19-Mar-12 8:21 
AnswerRe: SQL queries for multiple columns depends on same column of another table Pin
JOAT-MON19-Mar-12 13:57
JOAT-MON19-Mar-12 13:57 
AnswerRe: SQL queries for multiple columns depends on same column of another table Pin
Blue_Boy20-Mar-12 3:20
Blue_Boy20-Mar-12 3:20 
Here it is

select t2.c1,t2.c2,t1.c12 as c3,t11.c12 as c4,t111.c12 as c5
from table2 t2
inner join table1 t1 on t1.c10  = t2.c3
left join table1 as t11 on t11.c10 = t2.c4
left join table1 as t111 on t111.c10 = t2.c5


I Love T-SQL
"VB.NET is developed with C#.NET"
If my post helps you kindly save my time by voting my post.

QuestionHow to do insertion automatically Pin
siddisagar18-Mar-12 23:23
siddisagar18-Mar-12 23:23 
AnswerRe: How to do insertion automatically Pin
Chris Meech19-Mar-12 2:30
Chris Meech19-Mar-12 2:30 
GeneralRe: How to do insertion automatically Pin
ZurdoDev19-Mar-12 6:04
professionalZurdoDev19-Mar-12 6:04 
AnswerRe: How to do insertion automatically Pin
PIEBALDconsult19-Mar-12 3:28
mvePIEBALDconsult19-Mar-12 3:28 
AnswerRe: How to do insertion automatically Pin
Jörgen Andersson19-Mar-12 8:03
professionalJörgen Andersson19-Mar-12 8:03 
QuestionDatabase Replication Pin
snouto18-Mar-12 19:19
snouto18-Mar-12 19:19 
AnswerRe: Database Replication Pin
Corporal Agarn19-Mar-12 4:45
professionalCorporal Agarn19-Mar-12 4:45 
AnswerRe: Database Replication Pin
UNCRushFan19-Mar-12 5:41
UNCRushFan19-Mar-12 5:41 
Questionproblem in writing query for particular problem.. Pin
pankaj308618-Mar-12 7:48
pankaj308618-Mar-12 7:48 
AnswerRe: problem in writing query for particular problem.. Pin
PIEBALDconsult18-Mar-12 8:53
mvePIEBALDconsult18-Mar-12 8:53 
AnswerRe: problem in writing query for particular problem.. Pin
Mycroft Holmes18-Mar-12 14:20
professionalMycroft Holmes18-Mar-12 14:20 
GeneralRe: problem in writing query for particular problem.. Pin
pankajots18-Mar-12 17:36
pankajots18-Mar-12 17:36 
GeneralRe: problem in writing query for particular problem.. Pin
Mycroft Holmes18-Mar-12 19:33
professionalMycroft Holmes18-Mar-12 19:33 
Questionhow to insert mathematical symbols in database Pin
pankaj308617-Mar-12 20:45
pankaj308617-Mar-12 20:45 
AnswerRe: how to insert mathematical symbols in database Pin
Shameel18-Mar-12 6:04
professionalShameel18-Mar-12 6:04 
GeneralRe: how to insert mathematical symbols in database Pin
pankaj308618-Mar-12 6:50
pankaj308618-Mar-12 6:50 
GeneralRe: how to insert mathematical symbols in database Pin
jschell18-Mar-12 7:36
jschell18-Mar-12 7:36 

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.