Re: SQL Question about like - Mailing list pgsql-general

From Michael Nolan
Subject Re: SQL Question about like
Date
Msg-id CAOzAquJJq-gD75j+VU=TJQ_mwEcuOYLOTPrvBNfFwvjP7qySEg@mail.gmail.com
Whole thread Raw
In response to SQL Question about like  ("pgml@gmx.de" <pgml@gmx.de>)
Responses Re: SQL Question about like  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
The problem is your field is fixed length text, change it to varchar(100) or text and it works without the wildcard at the end.
--
Mike Nolan


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: UUID or auto-increment
Next
From: Israel Brewster
Date:
Subject: Re: UUID or auto-increment