Click here to Skip to main content
15,920,801 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Get Max for each group Pin
Mycroft Holmes20-Apr-12 21:23
professionalMycroft Holmes20-Apr-12 21:23 
AnswerRe: SQL Get Max for each group Pin
Jörgen Andersson21-Apr-12 1:18
professionalJörgen Andersson21-Apr-12 1:18 
GeneralRe: SQL Get Max for each group Pin
Richard.Berry10021-Apr-12 2:41
Richard.Berry10021-Apr-12 2:41 
GeneralRe: SQL Get Max for each group Pin
Jörgen Andersson21-Apr-12 6:44
professionalJörgen Andersson21-Apr-12 6:44 
GeneralRe: SQL Get Max for each group Pin
vvashishta23-Apr-12 19:16
vvashishta23-Apr-12 19:16 
QuestionSSRS 2005 question Pin
SQL Ed20-Apr-12 10:13
SQL Ed20-Apr-12 10:13 
Questionmysql to ms sql server Pin
Ramkumar_S19-Apr-12 21:27
Ramkumar_S19-Apr-12 21:27 
AnswerRe: mysql to ms sql server Pin
Eddy Vluggen20-Apr-12 0:48
professionalEddy Vluggen20-Apr-12 0:48 
AnswerRe: mysql to ms sql server Pin
jschell20-Apr-12 10:27
jschell20-Apr-12 10:27 
QuestionGetting unique combination of rows in SQL?? Pin
Lima318-Apr-12 21:08
Lima318-Apr-12 21:08 
AnswerRe: Getting unique combination of rows in SQL?? Pin
AHSAN11118-Apr-12 21:31
professionalAHSAN11118-Apr-12 21:31 
AnswerRe: Getting unique combination of rows in SQL?? Pin
Blue_Boy19-Apr-12 0:57
Blue_Boy19-Apr-12 0:57 
GeneralRe: Getting unique combination of rows in SQL?? Pin
Lima319-Apr-12 1:53
Lima319-Apr-12 1:53 
GeneralRe: Getting unique combination of rows in SQL?? Pin
Lima319-Apr-12 1:56
Lima319-Apr-12 1:56 
GeneralRe: Getting unique combination of rows in SQL?? Pin
Lima319-Apr-12 2:38
Lima319-Apr-12 2:38 
GeneralRe: Getting unique combination of rows in SQL?? Pin
Blue_Boy19-Apr-12 2:45
Blue_Boy19-Apr-12 2:45 
QuestionTraking Offence Pin
Billa218-Apr-12 20:06
Billa218-Apr-12 20:06 
AnswerRe: Traking Offence Pin
Mohibur Rashid18-Apr-12 20:45
professionalMohibur Rashid18-Apr-12 20:45 
GeneralRe: Traking Offence Pin
Billa218-Apr-12 22:09
Billa218-Apr-12 22:09 
Questioncomplicated SQL: How to filter duplicate data about technical support and compute rank Pin
bbaaking16-Apr-12 16:54
bbaaking16-Apr-12 16:54 
AnswerRe: How to filter duplicate data about technical support and compute rank Pin
TenmanS1417-Apr-12 11:00
TenmanS1417-Apr-12 11:00 
GeneralRe: How to filter duplicate data about technical support and compute rank Pin
bbaaking17-Apr-12 16:41
bbaaking17-Apr-12 16:41 
thank you for your reply, but I need a resultset object, It's hard to write it step by step like your solution.
I mean I need a single query statement
my result of goal 1 should be:
SQL
2000	2	Jacob	2011/1/1	2
2001	4	Jacob	2011/1/1	2
2002	5	Jacob	2011/2/3	1
2003	6	Tyler	2011/1/4	1
2004	9	Jacob	2011/2/4	1
2005	10	Jacob	2011/2/5	1
2006	11	Jacob	2011/2/4	2
2007	12	Jacob	2011/1/8	1
2008	13	Tyler	2011/2/6	1
2009	14	Dyla	2011/2/8	1
2010	15	Dyla	2011/2/9	1
2011	19	Andrew	2011/2/2	1
2012	18	Andrew	2011/2/19	1
2013	17	Andrew	2011/1/1	1
2014	16	Andrew	2011/1/1	1
2015	20	Andrew	2011/2/1	1
2016	21	Andrew	2011/1/19	1
2017	22	Jacob	2011/1/1	1
2018	23	Dyla	2011/2/3	1
2019	24	Dyla	2011/1/9	1
2020	25	Dyla	2011/1/1	1
2021	26	Andrew	2011/1/3	1
2022	28	Jacob	2011/1/9	1
2023	29	Tyler	2011/1/19	1
2024	30	Andrew	2011/2/1	1
2025	31	Dyla	2011/2/3	1
2026	32	Jacob	2011/2/4	1
2027	33	Tyler	2011/2/9	1
2028	34	Daniel	2011/1/6	1
2029	35	Daniel	2011/2/1	1

GeneralRe: How to filter duplicate data about technical support and compute rank Pin
TenmanS1417-Apr-12 21:59
TenmanS1417-Apr-12 21:59 
GeneralRe: How to filter duplicate data about technical support and compute rank Pin
bbaaking17-Apr-12 22:20
bbaaking17-Apr-12 22:20 
AnswerRe: How to filter duplicate data about technical support and compute rank Pin
Jörgen Andersson17-Apr-12 22:37
professionalJörgen Andersson17-Apr-12 22:37 

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.