Antw: [SQL] Partial Search - Mailing list pgsql-sql

From Gerhard Dieringer
Subject Antw: [SQL] Partial Search
Date
Msg-id s84543c0.056@kopo001
Whole thread Raw
List pgsql-sql
>>> <pez@aiming.net> 01.12.1999  15.07 Uhr >>>
>> I am trying to do a query with a partial search but don't know the
>> syntax.  eg. I want the word 'buff' to find 'buffalo' in the variable
>> 'city'.  Can anyone give me an example?
>>
>>--
>>Cheers,
>>
>>Derek

select * from table where city like 'buff%';

-------------------
Gerhard




pgsql-sql by date:

Previous
From: pez@aiming.net
Date:
Subject: Partial Search
Next
From: Virgilio Sanz
Date:
Subject: do queries from strings in pgplsql