"Roman Rokytskyy" ...

> а теперь посложнее:
>
> select *
> from table_a a
> where
>    ? is null

    coalesce(?, cast(null as <нужный_тип_данных>)) is null

--
Хорсун Влад


Ответить