aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench/query01
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench/query01')
-rw-r--r--src/test/bench/query014
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/bench/query01 b/src/test/bench/query01
new file mode 100644
index 00000000000..0ed3a7b1e58
--- /dev/null
+++ b/src/test/bench/query01
@@ -0,0 +1,4 @@
+select * into table temp from tenk1 where (unique2 > 301) and (unique2 < 402);
+drop table temp;
+select * into table temp from tenk1 where (unique2 > 301) and (unique2 < 402);
+drop table temp;