<@U218CTUV6> I think it works similar this ``` db....
# anko
d
@qlitzler I think it works similar this
Copy code
db.select("User", "name")
    .where("(_id > {userId}) and (name = {userName})",
        "userName" to "John",
        "userId" to 42)
delete(tableName: “foobar", whereClause = "(_id > {userId}) and (name = {userName})", args = "userName" to “John”, "userId" to 42"