ORDER BY 'DK', 'DE', DESC? - Mailing list pgsql-general

From Victor Spång Arthursson
Subject ORDER BY 'DK', 'DE', DESC?
Date
Msg-id C3D41FDA-A327-11D8-99EA-00039344A3C4@home.se
Whole thread Raw
Responses Re: ORDER BY 'DK', 'DE', DESC?  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-general
Hi!

I would like to know if it's possible to give a priority order of how
to sort the returning rows?

Like for example to order every row with a field language = DK first,
then the rows with field language = *DE' and last the other languages,
ordered alphabetically…?

Sincerely

Victor


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: backend terminated abnormally
Next
From: Victor Spång Arthursson
Date:
Subject: Equivalent for mysql's FOUND_ROWS()