Hi all,

      Any body tell me the required cakephp query for below SQL query

      SELECT *
FROM campaign_store_dates cd, campaigns c, stores s
WHERE (
c.campaign_id = cd.campaign_id
AND s.store_id = cd.store_id
)

Thanks in advance,
Rakesh

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to