mysql里面有许多判断条件语句,比如 if then elseif then else end if,case when then else end case,[label]:loop end loop[label],leave [label],iterate [label]类似continue,[label:]repeat until end repeat [label],[label:]while condition do end while [label],判断光标等操作有用。
mysql里面有许多判断条件语句,比如 if then elseif then else end if,case when then else end case,[label]:loop end loop[label],leave [label],iterate [label]类似continue,[label:]repeat until end repeat [label],[label:]while condition do end while [label],判断光标等操作有用。