
Can we write 'AND' with 'WHERE' clause in delete query using HQL?
For example:
delete from table name where field1 = value1 and field2 = value2

The example query i have written is "delete from table where field1 = 'value1' and field2 = 'value2'.
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.