cn
Results
3
issues of
cn
the feature result like this: ```sql /*!50001 VIEW `kv_text_view` AS select `t`.`id` AS `id`,`t`.`l` AS `l`,`t2`.`p` AS `path` from (`kv_text_v155` `t` left join `file_list` `t2` on(`t`.`f` = `t2`.`id`)) group by...
**Is your feature request related to a problem? Please describe.** Currently, managing table partitions requires using complex SQL commands or backend tools, which can be time-consuming and error-prone, especially for...