s4ibot
Results
1
comments of
s4ibot
OR is not missing! Example: ` new SelectCreator().column("*").from("suppliers").where(Predicates.or(Predicates.and(Predicates.eq("state", "California"), Predicates.neq("supplier_id", 900)), Predicates.eq("supplier_id", 100))); `