Usage

To use the export_query_to_object_store procedure, simply call it with the SQL query you want to export as an argument.

BEGIN
    export_query_to_object_store('SELECT * FROM my_table');
END;