Subject | conditional where clause |
---|---|
Author | Cornel Rebegea |
Post date | 2006-07-11T10:58:06Z |
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.
I mean something like this:
select * from <table>
where iif(<something>, true, <filter>)
Thanks in advance.