solana-models/macros/streamline/bulk_program_parser/run_sp_program_parser.sql

7 lines
153 B
MySQL
Raw Normal View History

{% macro run_sp_udf_bulk_program_parser() %}
{% set sql %}
call silver.sp_udf_bulk_program_parser();
{% endset %}
{% do run_query(sql) %}
{% endmacro %}