Re: What should this query match? - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: What should this query match?
Date
Msg-id 200509141639.41770.peter_e@gmx.net
Whole thread Raw
In response to Re: What should this query match?  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
List 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/


pgsql-sql by date:

Previous
From: Daryl Richter
Date:
Subject: Re: Need help with 'unique parents' constraint
Next
From: Luis Sousa
Date:
Subject: CREATE TEMPORARY TABLE ON COMMIT DROP