Re: ORDER BY what?

Поиск
Список
Период
Сортировка
От Martín Marqués
Тема Re: ORDER BY what?
Дата
Msg-id 01061215532200.04895@bugs
обсуждение исходный текст
Ответ на Re: ORDER BY what?  (David Olbersen <dave@slickness.org>)
Ответы Re: ORDER BY what?  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-sql
On Mar 12 Jun 2001 02:23, David Olbersen wrote:
> On Mon, 11 Jun 2001, Martín Marqués wrote:
> > My question is: "How can I write an ORDER BY statment so that it's
> > ordered by the amount of matches it gets?"
>
> Your question is a bit unclear, what is "it"?
> Specifically, what are the "it's" that are to be ordered, and which "it"
> gets matches?

OK, let me give an example:

select * from tab1 where col1 like '%word%' or col2 like '%word%' and col3
like '%word%'

and I want to order by the amopunt of matches that a matching register has.
Something like, if it matches all the ORs, then it should go first, and if it
matches only one of the ORs it should go last.
Or maybe even have several words trying to match one of the columns.

Saludos... :-)

--
Cualquiera administra un NT.
Ese es el problema, que cualquiera administre.
-----------------------------------------------------------------
Martin Marques                  |        mmarques@unl.edu.ar
Programador, Administrador      |       Centro de Telematica
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------

В списке pgsql-sql по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Bit Mapping operation
Следующее
От: Roberto Mello
Дата:
Сообщение: Re: PL/PGSQL