SELECT IF https://www.w3resource.com/mysql/control-flow-functions/if-function.php SELECT IF(A IS NULL, B, A) AS AB from table_name order AB ASC SELECT IFNULL SELECT IFNULL(A,B) AS AB from table_name order AB ASC