export_query_to_blob

  • Purpose: Export the result of a database query to a BLOB.
  • Parameters:
    • p_sql_query: SQL query to be executed.
  • Return Value: BLOB containing the query results.
  • Raises: QUERY_EXECUTION_FAILED if the query execution fails.