Açıklaması şöyle
The IIF() function returns a value if a condition is TRUE, or another value if a condition is FALSE.
Örnek
Şöyle yaparız
SELECT IIF('hi' = 'bye', 'YES', 'NO'); //NO
Örnek Şöyle yaparız CREATE EVENT myevent ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 HOUR DO UPDATE myschema.mytable SET myc...
Hiç yorum yok:
Yorum Gönder