dbTalk Databases Forums  

sort on column type enum

comp.databases.mysql comp.databases.mysql


Discuss sort on column type enum in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
vjyanand@gmail.com
 
Posts: n/a

Default sort on column type enum - 09-26-2006 , 09:56 AM






Hi all

I have a column of type enum('A', 'AP', 'CR', 'D', 'DL', 'H', 'HD',
'HH', 'R', 'S', 'PL'). i want to sort the result by 'DL', 'H','A',and
the rest .

Thanks in advance


Reply With Quote
  #2  
Old   
Kai Ruhnau
 
Posts: n/a

Default Re: sort on column type enum - 09-27-2006 , 02:37 AM






vjyanand (AT) gmail (DOT) com wrote:
Quote:
I have a column of type enum('A', 'AP', 'CR', 'D', 'DL', 'H', 'HD',
'HH', 'R', 'S', 'PL'). i want to sort the result by 'DL', 'H','A',and
the rest .
ORDER BY column='DL' DESC, column='H' DESC, column='A' DESC

HTH
Kai


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.