Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SELECT X.FIRSTNAME + ' ' + X.LASTNAME as names FROM B_CUSTOMERS X;
エラーを返します:
ORA-01722: 番号01722が無効です。00000 - 「無効な番号」 *原因: *処置:
私が行ったすべての調査は、これが列を結合するための完全に実行可能な方法であることを示しています。