Click here to Skip to main content
15,917,320 members
Home / Discussions / Database
   

Database

 
GeneralRe: Database Directory Pin
Jörgen Andersson15-Mar-11 20:45
professionalJörgen Andersson15-Mar-11 20:45 
AnswerRe: Database Directory Pin
Wendelius15-Mar-11 19:51
mentorWendelius15-Mar-11 19:51 
AnswerRe: Database Directory Pin
PIEBALDconsult16-Mar-11 3:02
mvePIEBALDconsult16-Mar-11 3:02 
Questionhow to make server & clients? Pin
Nabawoka15-Mar-11 7:52
Nabawoka15-Mar-11 7:52 
AnswerRe: how to make server & clients? Pin
Wendelius15-Mar-11 8:38
mentorWendelius15-Mar-11 8:38 
AnswerRe: how to make server & clients? Pin
Corporal Agarn15-Mar-11 8:59
professionalCorporal Agarn15-Mar-11 8:59 
QuestionProduct of Salary Pin
Anubhava Dimri15-Mar-11 0:14
Anubhava Dimri15-Mar-11 0:14 
AnswerRe: Product of Salary Pin
Simon_Whale15-Mar-11 0:28
Simon_Whale15-Mar-11 0:28 
assuming as you haven't given a table structure, that there is a column that has the first salary etc in.

select salary_type, sum(emp) from emp group by salary_type


if this doesn't help you, you will need to provide more information i.e. table structures etc.
As barmey as a sack of badgers

Dude, if I knew what I was doing in life, I'd be rich, retired, dating a supermodel and laughing at the rest of you from the sidelines.

GeneralRe: Product of Salary Pin
Anubhava Dimri15-Mar-11 0:48
Anubhava Dimri15-Mar-11 0:48 
GeneralRe: Product of Salary Pin
Bernhard Hiller15-Mar-11 1:07
Bernhard Hiller15-Mar-11 1:07 
GeneralRe: Product of Salary Pin
Anubhava Dimri15-Mar-11 1:11
Anubhava Dimri15-Mar-11 1:11 
AnswerRe: Product of Salary Pin
Pravin Patil, Mumbai15-Mar-11 0:57
Pravin Patil, Mumbai15-Mar-11 0:57 
GeneralRe: Product of Salary Pin
Anubhava Dimri15-Mar-11 0:59
Anubhava Dimri15-Mar-11 0:59 
AnswerRe: Product of Salary Pin
Jörgen Andersson15-Mar-11 6:55
professionalJörgen Andersson15-Mar-11 6:55 
GeneralRe: Product of Salary Pin
Anubhava Dimri15-Mar-11 18:18
Anubhava Dimri15-Mar-11 18:18 
GeneralRe: Product of Salary Pin
Jörgen Andersson15-Mar-11 20:40
professionalJörgen Andersson15-Mar-11 20:40 
GeneralRe: Product of Salary Pin
Anubhava Dimri15-Mar-11 22:41
Anubhava Dimri15-Mar-11 22:41 
GeneralRe: Product of Salary Pin
Jörgen Andersson15-Mar-11 23:45
professionalJörgen Andersson15-Mar-11 23:45 
GeneralRe: Product of Salary Pin
Bernhard Hiller15-Mar-11 22:32
Bernhard Hiller15-Mar-11 22:32 
GeneralRe: Product of Salary Pin
Jörgen Andersson16-Mar-11 1:09
professionalJörgen Andersson16-Mar-11 1:09 
AnswerRe: Product of Salary Pin
Pete O'Hanlon15-Mar-11 23:35
mvePete O'Hanlon15-Mar-11 23:35 
AnswerRe: Product of Salary Pin
RyanEK16-Mar-11 15:04
RyanEK16-Mar-11 15:04 
GeneralRe: Product of Salary Pin
Anubhava Dimri16-Mar-11 18:28
Anubhava Dimri16-Mar-11 18:28 
GeneralRe: Product of Salary Pin
RyanEK16-Mar-11 18:45
RyanEK16-Mar-11 18:45 
GeneralRe: Product of Salary Pin
Anubhava Dimri16-Mar-11 21:24
Anubhava Dimri16-Mar-11 21:24 

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.