I use an INSERT SQL statement with revExecuteSQL and I use placeholders to fill in the values.
One of the values needs to be (SQL) NULL.
Unfortunately, "empty" and "null" are not SQL NULL, so my query inserts either an empty string or a \0.

How to insert NULL with revExecuteSQL with placeholders?