输入banner图图片脚本导航/分类

MySQL PLSQL Demo - 001.创建、调用、删除过程

procedure if exists p_hello_world; create procedure p_hello_world() begin select sysdate(); end; call p_hello_world();

 

MySQL PLSQL Demo - 001.创建、调用、删除过程

标签: