Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: IN MISTERY
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
![]() |
![]() |