small code deduplication

This commit is contained in:
2021-07-22 19:28:08 +02:00
parent fc5fd32976
commit 977a9cd198
4 changed files with 39 additions and 34 deletions

View File

@@ -34,6 +34,7 @@ int main(int argc, char *argv[]) {
"select i, s, f from a where i < 300",
"create table x as select i, s, f from a where i < 300",
"select i, s, f from x where i < 300",
"select i, s, f from a where i > 300",
"select i, to_string(i, '%d.%m.%Y'), s, f from a where i > 300"
};