Click here to Skip to main content
15,902,112 members
Home / Discussions / Database
   

Database

 
AnswerRe: helping writing sql query Pin
RyanEK20-Sep-10 17:40
RyanEK20-Sep-10 17:40 
GeneralRe: helping writing sql query Pin
Mycroft Holmes20-Sep-10 21:05
professionalMycroft Holmes20-Sep-10 21:05 
AnswerRe: helping writing sql query Pin
i.j.russell20-Sep-10 21:18
i.j.russell20-Sep-10 21:18 
GeneralRe: helping writing sql query Pin
Mycroft Holmes21-Sep-10 3:49
professionalMycroft Holmes21-Sep-10 3:49 
Questioncomplex sql query Pin
abhi29198418-Sep-10 12:20
abhi29198418-Sep-10 12:20 
AnswerRe: complex sql query Pin
Andy_L_J18-Sep-10 13:07
Andy_L_J18-Sep-10 13:07 
AnswerRe: complex sql query Pin
Mycroft Holmes18-Sep-10 13:35
professionalMycroft Holmes18-Sep-10 13:35 
AnswerRe: complex sql query Pin
abhi29198419-Sep-10 0:23
abhi29198419-Sep-10 0:23 
Hi,

Apologize if you did not understand my problem..I am describing it again..

I have table which having four column,falconid,priority,affected item and region.
falconid is primary key,priority shows how much critical is problem,affected item shows which application is affecting and user is facing problem,region shows the different time zone
multiple user is raising the tickets from different zone with respect to affected item.that all will save in single table. like below..

falconid priority affecteditem region
1 1 textbook ny
2 1 database ln
3 2 textbook ln
4 1 database zu
5 2 coin ny
6 2 textbook zu

Now I want to calculate at the end of the day,that how many ticket(count*) has been raise for the particular affected item from which zone.. in table there are 3 ticket for textbook but from different region
I want to calculate the number of ticket raised from different region on affected item wise..like below

affecteditem ln zu ny
textbook 1 1 1
database 1 1 0
coin 0 0 1
GeneralRe: complex sql query Pin
Mycroft Holmes19-Sep-10 3:08
professionalMycroft Holmes19-Sep-10 3:08 
GeneralRe: complex sql query Pin
abhi29198419-Sep-10 4:45
abhi29198419-Sep-10 4:45 
GeneralRe: complex sql query Pin
abhi29198419-Sep-10 5:46
abhi29198419-Sep-10 5:46 
QuestionINNER, OUTER, LEFT, RIGHT JOINs- totally confused. Pin
lemarshall18-Sep-10 6:57
lemarshall18-Sep-10 6:57 
AnswerRe: INNER, OUTER, LEFT, RIGHT JOINs- totally confused. Pin
Mycroft Holmes18-Sep-10 13:32
professionalMycroft Holmes18-Sep-10 13:32 
GeneralRe: INNER, OUTER, LEFT, RIGHT JOINs- totally confused. Pin
lemarshall19-Sep-10 12:37
lemarshall19-Sep-10 12:37 
GeneralRe: INNER, OUTER, LEFT, RIGHT JOINs- totally confused. Pin
Mycroft Holmes19-Sep-10 12:44
professionalMycroft Holmes19-Sep-10 12:44 
QuestionSql queries on unicode data [modified] Pin
shiva.kore17-Sep-10 21:19
shiva.kore17-Sep-10 21:19 
AnswerRe: Sql queries on unicode data Pin
Rob Smiley17-Sep-10 23:57
Rob Smiley17-Sep-10 23:57 
GeneralRe: Sql queries on unicode data Pin
shiva.kore19-Sep-10 19:07
shiva.kore19-Sep-10 19:07 
QuestionOrdered selection of 2 columns in single SQL query Pin
Emmet_Brown17-Sep-10 19:44
Emmet_Brown17-Sep-10 19:44 
AnswerRe: Ordered selection of 2 columns in single SQL query Pin
i.j.russell17-Sep-10 22:35
i.j.russell17-Sep-10 22:35 
GeneralRe: Ordered selection of 2 columns in single SQL query Pin
Emmet_Brown18-Sep-10 0:28
Emmet_Brown18-Sep-10 0:28 
QuestionHow do I insert escape sequences using SQL Compact. Pin
Spawn@Melmac17-Sep-10 3:32
Spawn@Melmac17-Sep-10 3:32 
AnswerRe: How do I insert escape sequences using SQL Compact. Pin
Mycroft Holmes17-Sep-10 4:53
professionalMycroft Holmes17-Sep-10 4:53 
GeneralRe: How do I insert escape sequences using SQL Compact. Pin
Spawn@Melmac17-Sep-10 6:04
Spawn@Melmac17-Sep-10 6:04 
GeneralRe: How do I insert escape sequences using SQL Compact. Pin
Mycroft Holmes17-Sep-10 13:47
professionalMycroft Holmes17-Sep-10 13:47 

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.