Hello all,
i tried to Google, but was not able to find anything relevant.
i have a sql query where in i am using preparedStatement which goes something like : select * from test where parameters in ( ?,?,?,?,?,?,?,?,?,?,?,?,?);
is there a limit on how many "?" characters i.e. parameters can be there in this query?