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

Database

 
GeneralRe: Create multiple tables with a single SQL query Pin
Eddy Vluggen16-Jan-14 11:16
professionalEddy Vluggen16-Jan-14 11:16 
SuggestionRe: Create multiple tables with a single SQL query Pin
Richard Deeming15-Jan-14 1:04
mveRichard Deeming15-Jan-14 1:04 
AnswerRe: Create multiple tables with a single SQL query Pin
King Fisher30-Jan-14 2:19
professionalKing Fisher30-Jan-14 2:19 
QuestionProcessing records in select statement in Oracle DB Pin
mrkeivan14-Jan-14 19:39
mrkeivan14-Jan-14 19:39 
AnswerRe: Processing records in select statement in Oracle DB Pin
Jörgen Andersson15-Jan-14 0:12
professionalJörgen Andersson15-Jan-14 0:12 
GeneralRe: Processing records in select statement in Oracle DB Pin
mrkeivan15-Jan-14 0:43
mrkeivan15-Jan-14 0:43 
GeneralRe: Processing records in select statement in Oracle DB Pin
Jörgen Andersson15-Jan-14 21:25
professionalJörgen Andersson15-Jan-14 21:25 
QuestionSQL - How to Create a New column based on values from existing column Pin
CodeWeaker14-Jan-14 2:09
CodeWeaker14-Jan-14 2:09 
I have an tables as below

Team	Country	Gender
A	US	Male
B	UK	Female
A	France	Male
B	Canada	Female
A	US	Male


My Requirement: Based on the values in the table above I need a NEW Column named Selection with below criteria
If Team A + US + Male then 'SELECTED',
If Team A + France + Male then 'Re-Apply'
If Team A + France + Male then 'Re-Apply'
If Team B + UK + Female then 'Rejected'
If Team B + Canada + Female then 'SELECTED'

So I want my output to look like this.

Team	Country	Gender	Selection
A	US	Male	SELECTED
B	UK	Female	Rejected
A	France	Male	Re-Apply
B	Canada	Female	SELECTED
A	Germany	Male	Re-Apply


How Do I do that in MS SQL ? I tried using a function but for some reason it doesn't seems to work. Can you please help ?
Thanks in Advance.
AnswerRe: SQL - How to Create a New column based on values from existing column Pin
Mycroft Holmes14-Jan-14 2:30
professionalMycroft Holmes14-Jan-14 2:30 
AnswerRe: SQL - How to Create a New column based on values from existing column Pin
CodeWeaker14-Jan-14 4:48
CodeWeaker14-Jan-14 4:48 
Questionstored procedures in mysql Pin
Member 1026351910-Jan-14 1:17
Member 1026351910-Jan-14 1:17 
AnswerRe: stored procedures in mysql Pin
GuyThiebaut10-Jan-14 1:35
professionalGuyThiebaut10-Jan-14 1:35 
GeneralRe: stored procedures in mysql Pin
Member 1026351910-Jan-14 1:42
Member 1026351910-Jan-14 1:42 
QuestionRe: stored procedures in mysql Pin
GuyThiebaut10-Jan-14 1:51
professionalGuyThiebaut10-Jan-14 1:51 
AnswerRe: stored procedures in mysql Pin
Wayne Gaylard10-Jan-14 1:50
professionalWayne Gaylard10-Jan-14 1:50 
GeneralRe: stored procedures in mysql Pin
Member 1026351910-Jan-14 18:24
Member 1026351910-Jan-14 18:24 
GeneralRe: stored procedures in mysql Pin
Member 1026351910-Jan-14 18:26
Member 1026351910-Jan-14 18:26 
GeneralRe: stored procedures in mysql Pin
Member 1026351910-Jan-14 19:16
Member 1026351910-Jan-14 19:16 
GeneralRe: stored procedures in mysql Pin
GuyThiebaut10-Jan-14 23:26
professionalGuyThiebaut10-Jan-14 23:26 
QuestionLog shipping of SQL2012 databases failing Pin
Chris Quinn8-Jan-14 22:33
Chris Quinn8-Jan-14 22:33 
AnswerRe: Log shipping of SQL2012 databases failing Pin
jschell12-Jan-14 9:17
jschell12-Jan-14 9:17 
GeneralRe: Log shipping of SQL2012 databases failing Pin
Chris Quinn12-Jan-14 20:55
Chris Quinn12-Jan-14 20:55 
GeneralRe: Log shipping of SQL2012 databases failing Pin
jschell13-Jan-14 9:07
jschell13-Jan-14 9:07 
QuestionQuery in SQL Server or Oracles Pin
mrkeivan8-Jan-14 22:22
mrkeivan8-Jan-14 22:22 
QuestionRe: Query in SQL Server or Oracles Pin
Jörgen Andersson8-Jan-14 22:34
professionalJörgen Andersson8-Jan-14 22:34 

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.