Click here to Skip to main content
15,908,768 members
Home / Discussions / Database
   

Database

 
Questionorder by clause Pin
venkat11612-Apr-11 1:47
venkat11612-Apr-11 1:47 
AnswerRe: order by clause Pin
Luc Pattyn12-Apr-11 1:56
sitebuilderLuc Pattyn12-Apr-11 1:56 
GeneralRe: order by clause Pin
venkat11612-Apr-11 2:03
venkat11612-Apr-11 2:03 
GeneralRe: order by clause Pin
Luc Pattyn12-Apr-11 2:10
sitebuilderLuc Pattyn12-Apr-11 2:10 
GeneralRe: order by clause Pin
venkat11612-Apr-11 2:23
venkat11612-Apr-11 2:23 
GeneralRe: order by clause Pin
Luc Pattyn12-Apr-11 2:34
sitebuilderLuc Pattyn12-Apr-11 2:34 
GeneralRe: order by clause Pin
venkat11612-Apr-11 2:40
venkat11612-Apr-11 2:40 
AnswerRe: order by clause Pin
Chris Meech12-Apr-11 3:02
Chris Meech12-Apr-11 3:02 
One of the problems you are going to have is with the ChName column. It appears as though you want CH5 to appear before CH24. In your order by clause you may have to have it
order by .... ,length(ChName),ChName, ...

Chris Meech
I am Canadian. [heard in a local bar]

In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

GeneralRe: order by clause Pin
venkat11612-Apr-11 3:47
venkat11612-Apr-11 3:47 
GeneralRe: order by clause Pin
Jörgen Andersson12-Apr-11 9:31
professionalJörgen Andersson12-Apr-11 9:31 
GeneralRe: order by clause Pin
Chris Meech12-Apr-11 9:43
Chris Meech12-Apr-11 9:43 
GeneralRe: order by clause Pin
Jörgen Andersson12-Apr-11 9:46
professionalJörgen Andersson12-Apr-11 9:46 
GeneralRe: order by clause Pin
David Skelly12-Apr-11 22:23
David Skelly12-Apr-11 22:23 
GeneralRe: order by clause Pin
Jörgen Andersson12-Apr-11 23:06
professionalJörgen Andersson12-Apr-11 23:06 
AnswerRe: order by clause Pin
Prasanta_Prince13-Apr-11 1:31
Prasanta_Prince13-Apr-11 1:31 
QuestionDealing with apostrophe in stored procedure Pin
berba11-Apr-11 22:15
berba11-Apr-11 22:15 
AnswerRe: Dealing with apostrophe in stored procedure Pin
Eddy Vluggen12-Apr-11 0:02
professionalEddy Vluggen12-Apr-11 0:02 
AnswerRe: Dealing with apostrophe in stored procedure Pin
Chris Meech12-Apr-11 2:52
Chris Meech12-Apr-11 2:52 
AnswerRe: Dealing with apostrophe in stored procedure Pin
thatraja12-Apr-11 7:23
professionalthatraja12-Apr-11 7:23 
GeneralRe: Dealing with apostrophe in stored procedure Pin
berba12-Apr-11 21:35
berba12-Apr-11 21:35 
AnswerRe: Dealing with apostrophe in stored procedure Pin
berba12-Apr-11 21:34
berba12-Apr-11 21:34 
GeneralRe: Dealing with apostrophe in stored procedure Pin
berba14-Apr-11 20:38
berba14-Apr-11 20:38 
GeneralRe: Dealing with apostrophe in stored procedure Pin
S Douglas28-Apr-11 11:47
professionalS Douglas28-Apr-11 11:47 
QuestionSSRS Problem [modified] Pin
Kevin Marois10-Apr-11 10:32
professionalKevin Marois10-Apr-11 10:32 
AnswerRe: SSRS Problem Pin
S Douglas13-Apr-11 11:50
professionalS Douglas13-Apr-11 11:50 

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.