mysql if--then--else --endif 问题

Posted maomingchao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql if--then--else --endif 问题相关的知识,希望对你有一定的参考价值。

  if  0 =resultValue   then
		set @m = 2;
	else
		set @m =1;
	end if

  

  if  0 =resultValue   then
		set @m = 2;
	else
		set @m =1;
	end if;

两段代码,差了一个分号;

没有分号的是错误的~

以上是关于mysql if--then--else --endif 问题的主要内容,如果未能解决你的问题,请参考以下文章

Bash / Dash:在“If then else”语句中的“fi”上杀死进程?

oracle 菜鸟学习之 decode中if-then-else逻辑

PLSQL:if then else语句段

SqlAlchemy:case 语句(case - if - then -else)

JSON Schema 是不是可以使用引用外部属性的 if/then/else

学习重构-简化条件表达式