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