Re: [SQL] select question

From: "Roderick A(dot) Anderson" <raanders(at)altoplanos(dot)net>
To: Chris Johnson <cmj(at)inline-design(dot)com>
Cc: STMIK Stikubank <stmiknet(at)mail(dot)idola(dot)net(dot)id_nospam>, pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] select question
Date: 1998-07-28 16:25:11
Message-ID: Pine.LNX.3.95.980728092340.1132A-100000@altoplanos.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, 28 Jul 1998, Chris Johnson wrote:

> > care)? I've already try :
> >
> > select * from mhs where nim likes '94.31';
>
> select * from mhs where nim like '94.31.%';
>
Or
select *
from mhs
where nim like '94.31.____';

Rod
--
Roderick A. Anderson
raanders(at)altoplanos(dot)net Altoplanos Information Systems, Inc.
Voice: 208.765.6149 212 S. 11th Street, Suite 5
FAX: 208.664.5299 Coeur d'Alene, ID 83814

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Peter T Mount 1998-07-29 09:30:58 Re: [SQL] Sequences...
Previous Message Chris Johnson 1998-07-28 15:56:07 Re: [SQL] select question