init version of sys cat
This commit is contained in:
5
debug.h
5
debug.h
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user