View Single Post
  #1 (permalink)  
Old 02-26-2008, 10:09 AM
mel mel is offline
Junior Member
 
Join Date: Feb 2008
Posts: 11
Question Where clause using in (value1, value2)

I'm new to ZF, and it's possible I've just overlooked what I need, but...

I want to do a query like:
SELECT * FROM table WHERE column IN (value1, value2, ...)

So far, I'm using Zend_Db_Adapter::query().

Thanks for any suggestions on how to do this - I feel like it shouldn't be that hard!
Reply With Quote