summaryrefslogtreecommitdiff
path: root/src/test/bench/query05
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench/query05')
-rw-r--r--src/test/bench/query054
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/bench/query05 b/src/test/bench/query05
deleted file mode 100644
index 07050b6cc7..0000000000
--- a/src/test/bench/query05
+++ /dev/null
@@ -1,4 +0,0 @@
-select * into table temp_bench from tenk1 where (unique2 > 301) and (unique2 < 402);
-drop table temp_bench;
-select * into table temp_bench from tenk1 where (unique2 > 301) and (unique2 < 402);
-drop table temp_bench;