@@ -32,6 +32,6 @@ std::vector<std::string> k_debug_sql_commands {
"update a set i = 5 where i = 2",
"select * from a where i = 5",
// "select max(i) from a where s = 'two'"
"select min(i), max(i) from a"
"select min(i), max(i), count(i) from a"
};
The note is not visible to the blocked user.