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
相关文章
相关标签/搜索