aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench/query18
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench/query18')
-rw-r--r--src/test/bench/query184
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/bench/query18 b/src/test/bench/query18
new file mode 100644
index 00000000000..92fe5f79b2d
--- /dev/null
+++ b/src/test/bench/query18
@@ -0,0 +1,4 @@
+select two, four, ten, twenty, hundred, string4 into table temp from tenk1;
+drop table temp;
+select two, four, ten, twenty, hundred, string4 into table temp from tenk1;
+drop table temp;