I would like to provide parameter NULL to: UPDATE table SET column = $1 And currently providing "NULL" as string does not work. Is there any existing solution?
I would like to provide parameter NULL to:
UPDATE table SET column = $1
And currently providing "NULL" as string does not work. Is there any existing solution?