parameterized insert and update
How does one do parameterized inserts and updates?
When I try and do something like this:
I get "expression is of type boolean" for all the columns.
Is there another syntax necessary for placeholder in set?
Thanks for your help.
When I try and do something like this:
I get "expression is of type boolean" for all the columns.
Is there another syntax necessary for placeholder in set?
Thanks for your help.