Operator 'LIKE' multiple ???

From: OneKha <refufr_at_netcourrier.com>
Date: 31 Jul 2001 04:34:23 -0700
Message-ID: <73f4d92b.0107310334.5ef55644_at_posting.google.com>


Hello,
I have a request like this :

select * from table1
where cond like

   (select %||distinct champ||%
    from table 2 where table1.champ1 = table2.champ1)

But Like don't take mutliple values (instead of 'in' operator).

How can i do ? Thanks Received on Tue Jul 31 2001 - 13:34:23 CEST

Original text of this message