Use COALESCE: SELECT COALESCE(field_a, field_b). COALESCE is an ANSI standard function that returns the first non-null value from the list ...
確定! 回上一頁