Answers for "mysql select if"

SQL
2

if inside select mysql

SELECT IF(1>3,'true','false');
Posted by: Guest on April-30-2020
0

if in MySQL

IF(condition, value_if_true, value_if_false)
Posted by: Guest on July-14-2021
-1

if condition mysql

IF(condition, value_if_true, value_if_false)
Posted by: Guest on October-24-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language