SyntaxFix
Write A Post
Hire A Developer
Questions
also you can use "AND" instead of "OR" if you want both attributes to be applied.
select * from tickets where (assigned_to='1') and (status='open') order by created_at desc;