select * from information_schema.parameters
where specific_name='your_procedure_name'
Cũng tham khảo bài đăng này để biết thêm phương pháp https://exploresql.com/2016/10/14/dierence-methods-to-get-parameter-list-of-a-stored-procedure/
select * from information_schema.parameters
where specific_name='your_procedure_name'
Cũng tham khảo bài đăng này để biết thêm phương pháp https://exploresql.com/2016/10/14/dierence-methods-to-get-parameter-list-of-a-stored-procedure/