Re: What should this query match?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Joost Kraaijeveld <J(dot)Kraaijeveld(at)askesis(dot)nl>
Cc: "Pgsql-sql(at)postgresql(dot)org" <Pgsql-sql(at)postgresql(dot)org>
Subject: Re: What should this query match?
Date: 2005-09-14 14:39:41
Message-ID: 200509141639.41770.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Am Mittwoch, 14. September 2005 13:09 schrieb Joost Kraaijeveld:
> Could you give me an example? I understand that the following query
> returns all matches but I want everything smalle than the match

If you need that then you will need to use two separate conditions, one for
less-than and one for LIKE.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Luis Sousa 2005-09-14 16:22:41 CREATE TEMPORARY TABLE ON COMMIT DROP
Previous Message Daryl Richter 2005-09-14 13:00:54 Re: Need help with 'unique parents' constraint