Menu

Using IN and Like Clause

2004-09-20
2004-09-20
  • Nobody/Anonymous

    is it possible to use the  IN and Like Clause
    in the SQL Queries?
    How can I do this?

     
    • Brandon Goodin

      Brandon Goodin - 2004-09-20

      yes, do a search on this forum. The subject has come up many times.

      ... "LIKE %" || #myValue# || "%" ...

      ... <iterate open="IN(" close=")" conjuction="," >...</iterate> ...

      Thanks,
      Brandon

       

Log in to post a comment.