SHOW PROCEDURE STATUS[LIKE 'pattern' | WHERE expr]
mysql> SHOW PROCEDURE STATUS LIKE 'sp1'\G*************************** 1. row ***************************Db: testName: sp1Type: PROCEDUREDefiner: testuser@localhostModified: 2018-08-08 13:54:11Created: 2018-08-08 13:54:11Security_type: DEFINERComment:character_set_client: utf8mb4collation_connection: utf8mb4_0900_ai_ciDatabase Collation: utf8mb4_0900_ai_cimysql> SHOW FUNCTION STATUS LIKE 'hello'\G*************************** 1. row ***************************Db: testName: helloType: FUNCTIONDefiner: testuser@localhostModified: 2020-03-10 11:10:03Created: 2020-03-10 11:10:03Security_type: DEFINERComment:character_set_client: utf8mb4collation_connection: utf8mb4_0900_ai_ciDatabase Collation: utf8mb4_0900_ai_ci
文章转载自数据库杂货铺,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。




