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

 

相关文章:

  • 2022-12-23
  • 2021-05-22
  • 2022-12-23
  • 2021-09-23
  • 2021-08-30
猜你喜欢
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案