
how to write select query with where clause having multiple variables. example: i want to select the data from DB in which i want to check againest two variable in where cluase.
String sql = "select * from EXPERIENCE1 where EXPERIENCE1.RESUMEKEY="'"+RESUMEKEY+'" && EXPERIENCE1.EXPERIENCESEQ='"+EXPERIENCESEQ+'" ";
i am getting the error in the above.

wrong in syntax ya
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.