I am using DBIx::Class and Catalyst. I need to perform a search using and & or. So, the SQL statement looks like this:
SELECT *
WHERE ID=1234 and (color='Blue' or color='Orange')
Order By ID
Any thoughts or suggestions?
Thanks.
In reply to Querying data with and & or when using DBIx::Class by phildeman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |