init version of sys cat

This commit is contained in:
vaclavt
2022-05-23 19:27:48 +02:00
parent dadad69958
commit a51be01072
4 changed files with 66 additions and 8 deletions

View File

@@ -51,6 +51,9 @@ std::vector<std::string> k_debug_sql_commands {
"select to_char(datetime, '%Y%m%d') from d",
"select to_int(datetime) from d",
"select max(to_char(datetime, '%Y%m%d')) from d",
"select max(to_int(to_float(to_char(datetime, '%Y%m%d')))) from d"
"select max(to_int(to_float(to_char(datetime, '%Y%m%d')))) from d",
"select * from usql_tables",
"select * from usql_columns"
};