AND (app_service_action.service_type_code IN (( :cd1
, :cd2)))
Whenever I add an IN to the WHERE clause, it keeps putting double parenthesis around the IN values.
AND (app_service_action.service_type_code IN (( :cd1
, :cd2)))
Whenever I add an IN to the WHERE clause, it keeps putting double parenthesis around the IN values.