Re: [SQL] select question - Mailing list pgsql-sql

From Roderick A. Anderson
Subject Re: [SQL] select question
Date
Msg-id Pine.LNX.3.95.980728092340.1132A-100000@altoplanos.net
Whole thread Raw
In response to Re: [SQL] select question  (Chris Johnson <cmj@inline-design.com>)
List 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@altoplanos.net               Altoplanos Information Systems, Inc.
Voice: 208.765.6149                            212 S. 11th Street, Suite 5
FAX: 208.664.5299                                  Coeur d'Alene, ID 83814


pgsql-sql by date:

Previous
From: Chris Johnson
Date:
Subject: Re: [SQL] select question
Next
From: root
Date:
Subject: Problem in Grant and Revoke Query