Click here to Skip to main content
15,797,682 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Get Max for each group Pin
Jörgen Andersson21-Apr-12 7:44
professionalJörgen Andersson21-Apr-12 7:44 
GeneralRe: SQL Get Max for each group Pin
vvashishta23-Apr-12 20:16
vvashishta23-Apr-12 20:16 
QuestionSSRS 2005 question Pin
SQL Ed20-Apr-12 11:13
SQL Ed20-Apr-12 11:13 
Questionmysql to ms sql server Pin
Ramkumar_S19-Apr-12 22:27
Ramkumar_S19-Apr-12 22:27 
AnswerRe: mysql to ms sql server Pin
Eddy Vluggen20-Apr-12 1:48
professionalEddy Vluggen20-Apr-12 1:48 
AnswerRe: mysql to ms sql server Pin
jschell20-Apr-12 11:27
jschell20-Apr-12 11:27 
QuestionGetting unique combination of rows in SQL?? Pin
Lima318-Apr-12 22:08
Lima318-Apr-12 22:08 
AnswerRe: Getting unique combination of rows in SQL?? Pin
AHSAN11118-Apr-12 22:31
professionalAHSAN11118-Apr-12 22:31 
Try using the Distinct Keyword

SQL
SELECT Distinct(A.x), A.Y FROM @TEST A, @TEST B WHERE A.X = B.y

AnswerRe: Getting unique combination of rows in SQL?? Pin
Blue_Boy19-Apr-12 1:57
Blue_Boy19-Apr-12 1:57 
GeneralRe: Getting unique combination of rows in SQL?? Pin
Lima319-Apr-12 2:53
Lima319-Apr-12 2:53 
GeneralRe: Getting unique combination of rows in SQL?? Pin
Lima319-Apr-12 2:56
Lima319-Apr-12 2:56 
GeneralRe: Getting unique combination of rows in SQL?? Pin
Lima319-Apr-12 3:38
Lima319-Apr-12 3:38 
GeneralRe: Getting unique combination of rows in SQL?? Pin
Blue_Boy19-Apr-12 3:45
Blue_Boy19-Apr-12 3:45 
QuestionTraking Offence Pin
Billa218-Apr-12 21:06
Billa218-Apr-12 21:06 
AnswerRe: Traking Offence Pin
Mohibur Rashid18-Apr-12 21:45
professionalMohibur Rashid18-Apr-12 21:45 
GeneralRe: Traking Offence Pin
Billa218-Apr-12 23:09
Billa218-Apr-12 23:09 
Questioncomplicated SQL: How to filter duplicate data about technical support and compute rank Pin
bbaaking16-Apr-12 17:54
bbaaking16-Apr-12 17:54 
AnswerRe: How to filter duplicate data about technical support and compute rank Pin
TenmanS1417-Apr-12 12:00
TenmanS1417-Apr-12 12:00 
GeneralRe: How to filter duplicate data about technical support and compute rank Pin
bbaaking17-Apr-12 17:41
bbaaking17-Apr-12 17:41 
GeneralRe: How to filter duplicate data about technical support and compute rank Pin
TenmanS1417-Apr-12 22:59
TenmanS1417-Apr-12 22:59 
GeneralRe: How to filter duplicate data about technical support and compute rank Pin
bbaaking17-Apr-12 23:20
bbaaking17-Apr-12 23:20 
AnswerRe: How to filter duplicate data about technical support and compute rank Pin
Jörgen Andersson17-Apr-12 23:37
professionalJörgen Andersson17-Apr-12 23:37 
GeneralRe: How to filter duplicate data about technical support and compute rank Pin
bbaaking17-Apr-12 23:54
bbaaking17-Apr-12 23:54 
AnswerRe: complicated SQL: How to filter duplicate data about technical support and compute rank Pin
TenmanS1418-Apr-12 12:40
TenmanS1418-Apr-12 12:40 
GeneralRe: complicated SQL: How to filter duplicate data about technical support and compute rank Pin
bbaaking18-Apr-12 22:56
bbaaking18-Apr-12 22:56 

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.