SQLite/benchmarks/benchmark_run.txt

6 lines
106 B
Plaintext
Raw Normal View History

2021-03-31 12:37:15 +02:00
CREATE TABLE benchmarktable(ID long, STR char(32))
load fill
load mixed
select * from benchmarktable
quit