I have a problem executing queries having comments via JDBC. Can you help us?
This works:
select * from notf_worklist; SELECT * FROM NOTF_TASK_INSTANCE
The following query throws an error: "Error :com.microsoft.sqlserver.jdbc.SQLServerException: The index 1 is out of range. ErrorCode:0 SQLState:S1093"
select * from notf_worklist; -- SELECT * FROM NOTF_TASK_INSTANCE
We are trying SQL injection testing.