摘要:
drop table if exists test_tbl; create table test_tbl (name varchar(20), status int(2)); insert into test_tbl values('abc', 1),('edf', 2),('xyz', 3); drop procedure IF EXISTS pro_test_3; delimiter //... 阅读全文
posted @ 2019-04-15 16:49
月弦
阅读(280)
评论(0)
推荐(0)

浙公网安备 33010602011771号