PL-10578 Sequential Queries feature is enabled by default but sys_query_result cleaning is not (fix Oracle and MySQL scripts)

This commit is contained in:
Konstantin Krivopustov 2018-04-02 17:10:27 +04:00
parent b294c5566a
commit f9bb07b509
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
-- Truncate SYS_QUERY_RESULT table
truncate table SYS_QUERY_RESULT;
truncate table SYS_QUERY_RESULT^

View File

@ -1,3 +1,3 @@
-- Truncate SYS_QUERY_RESULT table
truncate table SYS_QUERY_RESULT;
truncate table SYS_QUERY_RESULT^