sql list all procedures
SELECT
"routine_type",
"specific_catalog",
"routine_name",
"routine_definition"
FROM db_name.INFORMATION_SCHEMA.ROUTINES
WHERE ROUTINE_TYPE = 'PROCEDURE'
sql list all procedures
SELECT
"routine_type",
"specific_catalog",
"routine_name",
"routine_definition"
FROM db_name.INFORMATION_SCHEMA.ROUTINES
WHERE ROUTINE_TYPE = 'PROCEDURE'
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us