WHENEVER SQLERROR EXIT AND DML

1. SQL> create table test_dml(id int); Table created. SQL> select * from test_dml; select * from test῟dml * ERROR at line 1: ORA-00911: 無效字符 SQL> select * from test_dml; no rows
相關文章
相關標籤/搜索