cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Update SQL Server

jomalladi
New Contributor

Hi All,
I want to update a column with NULL (using SQL Update Snap) How can I pass DB Null to a column? I have tried passing in โ€œnullโ€ that did not work. Please let me know if you have any ideas. Appreciate all your help!

1 REPLY 1

del
Contributor III

Passing in null (without quotes) should work. The below example works for me.

{ "ID": 1, "col1" : "Test", "col2" : null }