随笔分类 -  sql

摘要:本地登录:mysql -uroot -pwujingtao//存储过程use tlbbdb;delimiter //drop procedure if exists test//create procedure test(out s int)begin select count(*) into s ... 阅读全文
posted @ 2015-12-01 18:43 迷城有你 阅读(114) 评论(0) 推荐(0)