Click here to Skip to main content
15,893,594 members
Home / Discussions / Database
   

Database

 
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 
declare @temp table (ename varchar(10), sal int)
insert into @temp values ('Anu', 10)
insert into @temp values ('Minu', 20)
insert into @temp values ('Tusar', 20)
insert into @temp values ('Piter', 10)

select exp(sum(log(sal))) from @temp

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 
AnswerRe: Product of Salary Pin
Wendelius19-Mar-11 10:55
mentorWendelius19-Mar-11 10:55 
Questionhow to user OPENXML and relate information of two different table data..... [modified] Pin
Sasmi_Office14-Mar-11 21:01
Sasmi_Office14-Mar-11 21:01 
QuestionHow to send data from DB to all running application X's... Pin
Sander Rossel14-Mar-11 11:30
professionalSander Rossel14-Mar-11 11:30 
AnswerRe: How to send data from DB to all running application X's... Pin
Wendelius14-Mar-11 11:56
mentorWendelius14-Mar-11 11:56 
GeneralRe: How to send data from DB to all running application X's... Pin
Sander Rossel14-Mar-11 12:36
professionalSander Rossel14-Mar-11 12:36 
GeneralRe: How to send data from DB to all running application X's... Pin
Wendelius14-Mar-11 12:42
mentorWendelius14-Mar-11 12:42 
GeneralRe: How to send data from DB to all running application X's... Pin
Sander Rossel14-Mar-11 13:24
professionalSander Rossel14-Mar-11 13:24 
GeneralRe: How to send data from DB to all running application X's... Pin
Luc Pattyn14-Mar-11 13:43
sitebuilderLuc Pattyn14-Mar-11 13:43 
GeneralRe: How to send data from DB to all running application X's... Pin
Wendelius14-Mar-11 19:24
mentorWendelius14-Mar-11 19:24 
JokeRe: How to send data from DB to all running application X's... Pin
Sander Rossel14-Mar-11 21:15
professionalSander Rossel14-Mar-11 21:15 
GeneralRe: How to send data from DB to all running application X's... Pin
Wendelius14-Mar-11 19:23
mentorWendelius14-Mar-11 19:23 
AnswerRe: How to send data from DB to all running application X's... Pin
jschell15-Mar-11 7:59
jschell15-Mar-11 7:59 
GeneralRe: How to send data from DB to all running application X's... Pin
Sander Rossel15-Mar-11 8:21
professionalSander Rossel15-Mar-11 8:21 
GeneralRe: How to send data from DB to all running application X's... Pin
jschell16-Mar-11 8:21
jschell16-Mar-11 8:21 

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.