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 }