Android Question How do I set a sqlite field to null using the Smart String Literal ?

PSEAD

Member
Licensed User
Longtime User
How do I set a sqlite field to null using the Smart String Literal when the string variable is ""? (using ${variable})
I have tried various options and I get "" or "null" as strings when writing to the database. i.e. Smart string needs to change "" to null.
 
Top