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

From Chris Johnson
Subject Re: [SQL] select question
Date
Msg-id Pine.LNX.4.00.9807281153320.411-100000@boreus.bedfo.ma.tiac.net
Whole thread Raw
In response to select question  ("STMIK Stikubank" <stmiknet@idola.net.id>)
Responses Re: [SQL] select question  ("Roderick A. Anderson" <raanders@altoplanos.net>)
List pgsql-sql

On Tue, 28 Jul 1998, STMIK Stikubank wrote:

> Hi all,
>
> I have a table (mhs)  which fills as below :
>
> nim
> --------
> 94.31.0001
> 94.31.0002
> 95.31.0003
> 95.51.0004
>
> then how can I get rows which meet with '94.31.xxxx'  (where x = don't
> care)? I've already try :
>
>  select * from mhs where nim likes '94.31';

select * from mhs where nim like '94.31.%';



pgsql-sql by date:

Previous
From: "STMIK Stikubank"
Date:
Subject: select question
Next
From: "Roderick A. Anderson"
Date:
Subject: Re: [SQL] select question