Subject conditional where clause
Author Cornel Rebegea
Hi. Is there a way to do a conditional where clause?
I mean something like this:

select * from <table>
where iif(<something>, true, <filter>)

Thanks in advance.