NULL varchars are treated as empty strings. select NULL || 'abc' from DUAL;. yields abc. Other DBMS would ...
確定! 回上一頁