Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd2e7f commit a5bd952Copy full SHA for a5bd952
1 file changed
source/install.sql
@@ -34,4 +34,7 @@ whenever oserror exit failure rollback
34
@@ut_assert.pkb
35
@@ut_suite_manager.pkb
36
37
+select * from user_errors
38
+where name not like 'BIN$%';
39
+
40
exit success
0 commit comments