Click here to Skip to main content
15,890,845 members
Home / Discussions / Database
   

Database

 
GeneralRe: Need SQl Query Pin
Ben Fair5-Jan-09 5:51
Ben Fair5-Jan-09 5:51 
QuestionConfused about instance name in SQL cluster Pin
George_George3-Jan-09 23:15
George_George3-Jan-09 23:15 
AnswerRe: Confused about instance name in SQL cluster Pin
Wendelius4-Jan-09 0:49
mentorWendelius4-Jan-09 0:49 
GeneralRe: Confused about instance name in SQL cluster Pin
George_George4-Jan-09 22:23
George_George4-Jan-09 22:23 
GeneralRe: Confused about instance name in SQL cluster Pin
Wendelius5-Jan-09 4:33
mentorWendelius5-Jan-09 4:33 
QuestionSql query Pin
sarah_chandran3-Jan-09 3:45
sarah_chandran3-Jan-09 3:45 
AnswerRe: Sql query Pin
Wendelius3-Jan-09 4:13
mentorWendelius3-Jan-09 4:13 
AnswerRe: Sql query Pin
Vimalsoft(Pty) Ltd4-Jan-09 20:09
professionalVimalsoft(Pty) Ltd4-Jan-09 20:09 
Try this


SELECT Studentname , departmentid
FROM  TABLE1 T1 INNER JOIN TABLE2 T2 ON 
T1.departmentid = T2.departmentid 
ORDER BY departmentid


Hope it helps

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswam@its.co.za


GeneralRe: Sql query Pin
ChandraRam4-Jan-09 22:10
ChandraRam4-Jan-09 22:10 
AnswerRe: Sql query Pin
sarah_chandran5-Jan-09 14:01
sarah_chandran5-Jan-09 14:01 
Questionhow to display the data in monthwise formate in MYSQL Pin
jenny_anu2-Jan-09 23:16
jenny_anu2-Jan-09 23:16 
AnswerRe: how to display the data in monthwise formate in MYSQL Pin
Wendelius2-Jan-09 23:46
mentorWendelius2-Jan-09 23:46 
QuestionGenerate complex table with SQL for Crystal Report Pin
Ryo-kun01012-Jan-09 22:08
Ryo-kun01012-Jan-09 22:08 
AnswerRe: Generate complex table with SQL for Crystal Report Pin
Wendelius2-Jan-09 22:15
mentorWendelius2-Jan-09 22:15 
QuestionRe: Generate complex table with SQL for Crystal Report Pin
Ryo-kun01013-Jan-09 11:34
Ryo-kun01013-Jan-09 11:34 
AnswerRe: Generate complex table with SQL for Crystal Report Pin
Wendelius3-Jan-09 22:13
mentorWendelius3-Jan-09 22:13 
Questionhow to catch unhandled errors in sql server 2005 Pin
Amit Sk Sharma2-Jan-09 19:56
Amit Sk Sharma2-Jan-09 19:56 
AnswerRe: how to catch unhandled errors in sql server 2005 Pin
Wendelius2-Jan-09 22:11
mentorWendelius2-Jan-09 22:11 
Questionsql & attach Pin
reza assar2-Jan-09 7:48
reza assar2-Jan-09 7:48 
AnswerRe: sql & attach Pin
Wendelius2-Jan-09 8:03
mentorWendelius2-Jan-09 8:03 
AnswerRe: sql & attach Pin
Guffa4-Jan-09 19:47
Guffa4-Jan-09 19:47 
Questionnew component and release problem Pin
reza assar2-Jan-09 7:38
reza assar2-Jan-09 7:38 
AnswerRe: new component and release problem Pin
Wendelius2-Jan-09 7:48
mentorWendelius2-Jan-09 7:48 
QuestionNeed A Back Script for selected database of SQL 2000. Pin
Vivek Chopade2-Jan-09 3:03
Vivek Chopade2-Jan-09 3:03 
AnswerRe: Need A Back Script for selected database of SQL 2000. Pin
Wendelius2-Jan-09 4:38
mentorWendelius2-Jan-09 4:38 

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.