On Tuesday, March 26, 2002, at 11:44  AM, sbelt wrote:

> I am trying to create the following sql:
>
> SELECT * FROM table3
>     WHERE table3.colum1 IN
>     ( SELECT table4.column1 FROM table4
>         WHERE table4.column3 LIKE '%find-me%')
>
> Has anyone implemented this? Is it already there and I am just not 
> seeing
> it?


This is covered in the mail archive here:
<http://www.mail-archive.com/turbine-
user%40jakarta.apache.org/msg03764.html>

Hope that helps.
-Eric


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to