APEX_UTIL.JSON_FROM_SQL No Rows Bug + Fix
I ran into an issue yesterday using APEX_UTIL.JSON_FROM_SQL with a query that returned no rows. This function is used in AJAX calls to return the results of a query as a JSON object.
To replicate this issue you can do the following in APEX:
1- Create...
talkapex.com2 min read