Subject Re: where field = any
Author Svein Erling Tysvær
> What about this?
>
> WHERE 1=1 OR FieldA =:ANY

1=1 will always be true, so every record will be returned regardless
of whether FieldA = :ANY or not.

Set