A
Arek
Hello,
How can I create stored procedure with clause "where integer=ALL" that
would return all the values.
select * from tblA where integer = ALL
I cannot use like in this procedure and because this is integer I
cannot use ALL.
Thank you
Arek
How can I create stored procedure with clause "where integer=ALL" that
would return all the values.
select * from tblA where integer = ALL
I cannot use like in this procedure and because this is integer I
cannot use ALL.
Thank you
Arek