small code deduplication
This commit is contained in:
1
main.cpp
1
main.cpp
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user