We can view the single procedure using the command SHOW CREATE PROCEDURE proc_name; To delete the procedure - DROP PROCEDURE proc_name; To view all the procedures - SHOW PROCEDURE STATUS;
0 Responses to MYSQL command to view and delete the stored procedure
0 Responses to MYSQL command to view and delete the stored procedure
Something to say?