CREATE DEFINER=``@`` PROCEDURE `P_BI_DIABETIC`(V_checkup_id BIGINT,V_service_item_id VARCHAR(10),OUT v_MSG VARCHAR(500))
...
..
.CALL P_BI_DIABETIC P_BI_DIABETIC(735,'10',@msg)
Error Code : 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'P_BI_DIABETIC(735,'10',@msg)' at line 1Execution Time : 00:00:00:000
Transfer Time  : 00:00:00:000
Total Time     : 00:00:00:000