Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: IN MISTERY
Hola Sergio,=20
try this:
> select lista_tipo_publi from lista_tipo_publi where
> lista_tipo_publi
> in (select tipos from lista_pautas
> where id_pauta=3D'6')
>=20
I dont see why you are using the replace. In fact, this causes the
Oracle will search for lista_tipo_publi =3D ('palabras', 'negritas', =
'sin
cargo breves')
> I get 0 rows as result. Any idea about that. Is the IN clause
> working
> wrong.
>=20
The IN (as the rest of Oracle) works well. Dont blame the base soft.=20
HTH=20 Carlos.=20
> ----------
> De: sergio[SMTP:smoriano_at_sicon.net]
> Responder a: ORACLE-L_at_fatcity.com
> Enviado el: Lunes 15 de Mayo de 2000 12:04
> Para: Multiple recipients of list ORACLE-L
> Asunto: IN MISTERY
>=20
>=20
> I f i execute the query,
> select'''||replace(tipos, ', ' , ''', ''')||'''' from =
lista_pautas
>=20
>=20> lista_tipo_publi
> With the query,
> select lista_tipo_publi from lista_tipo_publi where
>=20
>=20
>=20> lista_tipo_publi
> select lista_tipo_publi from lista_tipo_publi where
>=20
>=20
>=20
>=20
>=20
>=20> To REMOVE yourself from this mailing list, send an E-Mail message
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing =
Lists
> --------------------------------------------------------------------
![]() |
![]() |