What are the best workarounds for using a SQL IN clause with instances of java.sql.PreparedStatement, which is not supported for multiple values du
IN
java.sql.PreparedStatement
My workaround (JavaScript)
var s1 = " SELECT " + "FROM table t " + " where t.field in "; var s3 = '('; for(var i =0;i
SearchTerms is the array which contains your input/keys/fields etc
SearchTerms