bắt đầu ở đây
select * from information_schema.PARAMETERS
where SPECIFIC_NAME = 'YourStoredProcedureName'
order by ORDINAL_POSITION
tìm tham số_tên, kiểu_dữ_liệu, chế_độ_thông_số
bắt đầu ở đây
select * from information_schema.PARAMETERS
where SPECIFIC_NAME = 'YourStoredProcedureName'
order by ORDINAL_POSITION
tìm tham số_tên, kiểu_dữ_liệu, chế_độ_thông_số