The syntax is as follows IF ( condition ) THEN statement; ELSE statement; END IF;. Here, the IF condition is evaluated first. It if it's true then the ...
確定! 回上一頁