I would really appreciate the help with this consultation
I would like to know how to set optional parameters in the where
WHERE T.ID_NUM = :ID_NUM
OR ASOL.CASE_ID = :CASE_ID
for example:
ID_NUM cannot have any value in the parameter, but CASE_ID does have a value in the parameter
ID_NUM has a value in the parameter, but CASE_ID has no value in the parameter
ID_NUM has value in parameter and CASE_ID has value in parameter
when I say it has no value the parameter is empty or "undefined"
Thank you