Click here to Skip to main content
15,911,646 members
Home / Discussions / Database
   

Database

 
GeneralRe: Get Comma Separated List from Query Pin
sarah_chandran6-Jun-06 1:34
sarah_chandran6-Jun-06 1:34 
AnswerRe: Get Comma Separated List from Query Pin
Stephan Samuel6-Jun-06 3:35
Stephan Samuel6-Jun-06 3:35 
GeneralRe: Get Comma Separated List from Query [modified] Pin
sarah_chandran7-Jun-06 18:55
sarah_chandran7-Jun-06 18:55 
GeneralRe: Get Comma Separated List from Query [modified] Pin
Stephan Samuel8-Jun-06 0:44
Stephan Samuel8-Jun-06 0:44 
GeneralRe: Get Comma Separated List from Query [modified] Pin
sarah_chandran9-Jun-06 0:11
sarah_chandran9-Jun-06 0:11 
GeneralRe: Get Comma Separated List from Query [modified] Pin
sarah_chandran9-Jun-06 0:12
sarah_chandran9-Jun-06 0:12 
QuestionSecond Highest Pin
Rahul.RK5-Jun-06 21:06
Rahul.RK5-Jun-06 21:06 
AnswerRe: Second Highest Pin
WoutL5-Jun-06 23:16
WoutL5-Jun-06 23:16 
Try:
<br />
select Max(attr)<br />
from table<br />
Where attr < (select Max(attr) from table)<br />


Wout Louwers
GeneralRe: Second Highest Pin
Mahesh Kulkarni6-Jun-06 20:05
Mahesh Kulkarni6-Jun-06 20:05 
GeneralRe: Second Highest Pin
Dinuj Nath6-Jun-06 20:46
Dinuj Nath6-Jun-06 20:46 
GeneralRe: Second Highest Pin
Mahesh Kulkarni6-Jun-06 23:20
Mahesh Kulkarni6-Jun-06 23:20 
QuestionNeed help with dynamic WHERE clause Pin
Slow Learner5-Jun-06 17:57
Slow Learner5-Jun-06 17:57 
AnswerRe: Need help with dynamic WHERE clause Pin
nguyenvhn5-Jun-06 20:30
nguyenvhn5-Jun-06 20:30 
GeneralRe: Need help with dynamic WHERE clause Pin
Slow Learner6-Jun-06 2:59
Slow Learner6-Jun-06 2:59 
QuestionRun Time Error While Execute Sql Server 2005 Integration Services package from C# Pin
Deepu M.I5-Jun-06 15:35
Deepu M.I5-Jun-06 15:35 
Questiontime in sql server Pin
MohamadJaber5-Jun-06 9:28
MohamadJaber5-Jun-06 9:28 
AnswerRe: time in sql server Pin
Michael P Butler5-Jun-06 9:53
Michael P Butler5-Jun-06 9:53 
QuestionPassword ! Pin
MohamadJaber5-Jun-06 8:13
MohamadJaber5-Jun-06 8:13 
AnswerRe: Password ! Pin
Colin Angus Mackay5-Jun-06 8:37
Colin Angus Mackay5-Jun-06 8:37 
GeneralRe: Password ! Pin
MohamadJaber5-Jun-06 8:48
MohamadJaber5-Jun-06 8:48 
GeneralRe: Password ! Pin
Colin Angus Mackay5-Jun-06 8:52
Colin Angus Mackay5-Jun-06 8:52 
GeneralRe: Password ! Pin
MohamadJaber5-Jun-06 8:56
MohamadJaber5-Jun-06 8:56 
GeneralRe: Password ! Pin
Stephan Samuel6-Jun-06 3:53
Stephan Samuel6-Jun-06 3:53 
AnswerRe: Password ! Pin
albCode5-Jun-06 21:39
albCode5-Jun-06 21:39 
AnswerRe: Password ! Pin
r.stropek5-Jun-06 22:38
r.stropek5-Jun-06 22:38 

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.