IF (<condition>, <value if true>, <value if false>). So as an example, the first query below would return 1 and the second 0: SELECT IF( 'a' = 'a', 1, ...
確定! 回上一頁