diff options
Diffstat (limited to 'src/test/bench/query26')
-rw-r--r-- | src/test/bench/query26 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/bench/query26 b/src/test/bench/query26 new file mode 100644 index 00000000000..715c4c37441 --- /dev/null +++ b/src/test/bench/query26 @@ -0,0 +1,2 @@ +insert into tenk1 (unique1, unique2, two, four, ten, twenty, hundred, thousand, twothousand, fivethous, tenthous, odd, even,stringu1,stringu2, string4) values (1000, 74, 0, 2, 0, 10, 50, 688, 1950, 4950, 9950, 1, 100, "ron may choi","jae kwang choi", "u. c. berkeley"); +insert into tenk1 (unique1, unique2, two, four, ten, twenty, hundred, thousand, twothousand, fivethous, tenthous, odd, even, stringu1, stringu2, string4) values (1999, 60, 0, 2, 0, 10, 50, 688, 1950, 4950, 9950, 1, 100, "ron may choi", "jae kwang choi", "u. c. berkeley"); |