Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit23264e7

Browse files
Alena Rybakinadanolivo
Alena Rybakina
authored andcommitted
Add delete table c after finished look-a-like test.
1 parent1a1d12a commit23264e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎expected/look_a_like.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,5 +552,6 @@ SELECT 1 FROM aqo_reset();
552552

553553
DROP TABLE a;
554554
DROP TABLE b;
555+
DROP TABLE c;
555556
DROP FUNCTION expln;
556557
DROP EXTENSION aqo CASCADE;

‎sql/look_a_like.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,6 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
138138
SELECT1FROM aqo_reset();
139139
DROPTABLE a;
140140
DROPTABLE b;
141+
DROPTABLE c;
141142
DROPFUNCTION expln;
142143
DROP EXTENSION aqo CASCADE;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp