fmdb
fmdb copied to clipboard
How to use Values function in 'NOT IN QUERY'
I want to use the try dataBase.executeUpdate(query, values: values as? [Any]) in NOT IN query then how to implement this method?