Click here to Skip to main content
15,891,473 members
Home / Discussions / Database
   

Database

 
QuestionSQL: Count different product from diffrent suppliers Pin
zrocb817-Jun-06 6:51
zrocb817-Jun-06 6:51 
AnswerRe: SQL: Count different product from diffrent suppliers Pin
Kschuler7-Jun-06 11:22
Kschuler7-Jun-06 11:22 
AnswerRe: SQL: Count different product from diffrent suppliers Pin
Eric Dahlvang7-Jun-06 11:53
Eric Dahlvang7-Jun-06 11:53 
AnswerRe: SQL: Count different product from diffrent suppliers Pin
Paddy Boyd8-Jun-06 4:10
Paddy Boyd8-Jun-06 4:10 
Questionn th highest salary in sql server 2000 Pin
24891287-Jun-06 4:30
24891287-Jun-06 4:30 
AnswerRe: n th highest salary in sql server 2000 Pin
Paddy Boyd7-Jun-06 5:01
Paddy Boyd7-Jun-06 5:01 
AnswerRe: n th highest salary in sql server 2000 Pin
Paul Conrad7-Jun-06 5:31
professionalPaul Conrad7-Jun-06 5:31 
AnswerRe: n th highest salary in sql server 2000 Pin
Eric Dahlvang7-Jun-06 10:49
Eric Dahlvang7-Jun-06 10:49 
SELECT TOP 1 * FROM (SELECT TOP N salary FROM employees ORDER BY salary DESC) AS EMP ORDER BY salary ASC

----------
Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them.
- Laurence J. Peters

AnswerRe: n th highest salary in sql server 2000 Pin
mamathy11-Jun-06 21:11
mamathy11-Jun-06 21:11 
QuestionXP x64 database access... Pin
dandy727-Jun-06 4:09
dandy727-Jun-06 4:09 
AnswerRe: XP x64 database access... Pin
dandy729-Jun-06 4:18
dandy729-Jun-06 4:18 
QuestionORA 0001 unique constraint voilation Pin
neha30137-Jun-06 2:33
neha30137-Jun-06 2:33 
AnswerRe: ORA 0001 unique constraint voilation Pin
Chris Meech8-Jun-06 6:15
Chris Meech8-Jun-06 6:15 
GeneralRe: ORA 0001 unique constraint voilation Pin
neha30138-Jun-06 19:12
neha30138-Jun-06 19:12 
GeneralRe: ORA 0001 unique constraint voilation Pin
Chris Meech9-Jun-06 7:05
Chris Meech9-Jun-06 7:05 
QuestionStored procedures in SQL Pin
deeksha6-Jun-06 22:59
deeksha6-Jun-06 22:59 
AnswerRe: Stored procedures in SQL Pin
Ricardo Casquete6-Jun-06 23:48
Ricardo Casquete6-Jun-06 23:48 
AnswerRe: Stored procedures in SQL Pin
Kodanda Pani8-Jun-06 23:04
Kodanda Pani8-Jun-06 23:04 
QuestionSQL Server timestamp Pin
miceisland6-Jun-06 22:28
miceisland6-Jun-06 22:28 
AnswerRe: SQL Server timestamp Pin
sathish s6-Jun-06 22:53
sathish s6-Jun-06 22:53 
GeneralRe: SQL Server timestamp Pin
miceisland6-Jun-06 22:57
miceisland6-Jun-06 22:57 
GeneralRe: SQL Server timestamp Pin
sathish s7-Jun-06 0:24
sathish s7-Jun-06 0:24 
GeneralRe: SQL Server timestamp Pin
Felipe Dalorzo7-Jun-06 10:41
Felipe Dalorzo7-Jun-06 10:41 
GeneralRe: SQL Server timestamp Pin
miceisland7-Jun-06 14:49
miceisland7-Jun-06 14:49 
Questionconstraints Pin
kjosh6-Jun-06 10:24
kjosh6-Jun-06 10: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.