ここから開始
select * from information_schema.PARAMETERS
where SPECIFIC_NAME = 'YourStoredProcedureName'
order by ORDINAL_POSITION
parameter_name、data_type、parameter_mode を探します
ここから開始
select * from information_schema.PARAMETERS
where SPECIFIC_NAME = 'YourStoredProcedureName'
order by ORDINAL_POSITION
parameter_name、data_type、parameter_mode を探します