notInSql(R column, String inValue)
notInSql(boolean condition, R column, String inValue)
notInSql("age", "1,2,3,4,5,6")--->age not in (1,2,3,4,5,6)
?notInSql("id", "select id from table where id < 3")--->id not in (select id from table where id < 3)
?
更多建議: