Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 现有正则无法从下列语句获取正确的table_name(实际是无法匹配大部分格式化后的语句) insert into db.newtable( account_id, application_id, customer_id, created_at ) select account_id, application_id, customer_id, created_at from old_table; * 更改后的正则更简单,高效并能保证table_name严格符合数据库表命名规则
- Loading branch information