Open c-bik opened 5 years ago
Existing SQL parser support for CALL as below
procedure_call -> CALL function_ref : {'call procedure', '$2'}.
Can be utilized to perform data manipulating MFA calls (instead of current select workaround).
select
Existing SQL parser support for CALL as below
Can be utilized to perform data manipulating MFA calls (instead of current
select
workaround).