Hello,
I would like to create dynamic SQL using a WHERE statement.
The user would enter P_Location as an input parameter and then I would like to do something like:
WHERE "Location" = :P_Location
Thank you,
Fred
Hello,
I would like to create dynamic SQL using a WHERE statement.
The user would enter P_Location as an input parameter and then I would like to do something like:
WHERE "Location" = :P_Location
Thank you,
Fred