INSERT INTO TARGET VALUES (1); SELECT * FROM SAMPLE;. The SELECT statement returns 5, since the SAMPLE table record count is zero at the first insert attempt ...
確定! 回上一頁