mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 13:36:46 +00:00
7 lines
153 B
MySQL
7 lines
153 B
MySQL
|
|
{% macro run_sp_udf_bulk_program_parser() %}
|
||
|
|
{% set sql %}
|
||
|
|
call silver.sp_udf_bulk_program_parser();
|
||
|
|
{% endset %}
|
||
|
|
|
||
|
|
{% do run_query(sql) %}
|
||
|
|
{% endmacro %}
|