Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Valorize parameter to get alla records

Re: Valorize parameter to get alla records

From: Fab FaRa <fabrizio.farina_at_email.it>
Date: Wed, 22 Aug 2007 03:39:27 -0700
Message-ID: <1187779167.110257.285810@l22g2000prc.googlegroups.com>


On 22 Ago, 11:04, sybrandb <sybra..._at_gmail.com> wrote:
> On Aug 22, 8:47 am, Fab FaRa <fabrizio.far..._at_email.it> wrote:
> The usual trick is
> select name
> from mytable
> where name like :Myname||'%';
> Just leave Myname blank and you will get everything
>
> The wildcard for multiple characters is '%'
> This can easily be looked in the sql reference manual athttp://tahiti.oracle.com
> and you shouldn't ask for it here.

Hi and thanks for your help! Received on Wed Aug 22 2007 - 05:39:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US