Re: > and >= give the same result

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: > and >= give the same result
Date: 2011-12-29 16:17:08
Message-ID: jdi3pa$ph7$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Jean-Yves F. Barbier wrote on 29.12.2011 17:04:
> Do you mean that>'Y%' is taken as a literal and don't
> develop as Y* (contrary to LIKE 'Y%')?
>
> Meaning 'Y%' was for me: 'Yahoo', 'Ybsd', 'Ycommerce', 'Ymail', etc
>

% is only a wildcard when used with the LIKE operator.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jean-Yves F. Barbier 2011-12-29 16:37:09 Re: > and >= give the same result
Previous Message Jean-Yves F. Barbier 2011-12-29 16:04:08 Re: > and >= give the same result