Click here to Skip to main content
15,892,005 members
Home / Discussions / Database
   

Database

 
AnswerRe: How Do I display current date and time in Toad for Oracle? Pin
Jörgen Andersson12-Apr-11 20:51
professionalJörgen Andersson12-Apr-11 20:51 
AnswerRe: How Do I display current date and time in Toad for Oracle? Pin
Prasanta_Prince13-Apr-11 1:29
Prasanta_Prince13-Apr-11 1:29 
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 
in your example the Type isn't really relevant to the sort as all (LruName,ChName) combinations are unique already without the Type field.

So maybe you want
order by LruName, Type DESC, ChName


Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

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 
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 

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.