摘要: 1 BEGIN 2 set @n=(SELECT count(day) from log where day=CURDATE()); 3 IF @n=0 THEN 4 call m_LogInsert(); 5 ELSE 6 call m_LoginCheck(); 7 end if; 8 end 阅读全文
posted @ 2017-10-05 18:01 千丶吻 阅读(3734) 评论(0) 推荐(0)
摘要: 过程1:带返回值: 然后,执行过程,out输出返回值: 过程2:不带返回值: 执行过程: 阅读全文
posted @ 2017-10-05 16:52 千丶吻 阅读(18250) 评论(0) 推荐(1)