摘要: https://blog.csdn.net/yuyecsdn/article/details/91410802 阅读全文
posted @ 2021-05-17 15:33 DiligentCoder 阅读(24) 评论(0) 推荐(0) 编辑
摘要: create table tmp ( id int , test VARCHAR(200) ); CREATE DEFINER=root@% PROCEDURE myproc() begin insert into tmp(id,test) select 1,'test' from dual; en 阅读全文
posted @ 2021-05-17 09:44 DiligentCoder 阅读(189) 评论(0) 推荐(0) 编辑