ExampleGet your own SQL Server. Return "YES" if the condition is TRUE, or "NO" if the condition is FALSE: SELECT IF(500<1000, "YES", "NO");.
確定! 回上一頁