Subject | Re: [firebird-support] conditional where clause |
---|---|
Author | Ivan Prenosil |
Post date | 2006-07-11T11:30:33Z |
> Hi. Is there a way to do a conditional where clause?select * from <table>
> I mean something like this:
>
> select * from <table>
> where iif(<something>, true, <filter>)
where <something> or <filter>
Ivan