When running a statement like: INSERT INTO t (a, b, c) SELECT x, y, z FROM u RETURNING *; The Oracle emulation would be: SET SERVEROUTPUT ON ...
確定! 回上一頁