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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: IN MISTERY

Re: IN MISTERY

From: sergio <smoriano_at_sicon.net>
Date: Mon, 15 May 2000 17:05:00 +0200
Message-Id: <10498.105653@fatcity.com>


if I use the select
 select id_tipoinser from lista_tipo_publi where lista_tipo_publi in (select replace(tipos, ', ' , ''', ''') from lista_pautas where id_pauta=:pauta)

and the result in the subselect returns one value (ie 'PALABRAS') the select works, but if the result
is two values (ie 'PALABRAS', 'NEGRITAS') The select doesn´t return nothingg Received on Mon May 15 2000 - 10:05:00 CDT

Original text of this message

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