Gygkimo95
Gygkimo95
**SQLe Version** main-ee 85c66aad50 **Describe the bug** sql语句审核结果处会被切分成两句 现象: SQL:create table if not exists t1(id bigint unsigned auto_increment primary key, c varchar(10) default 'a');  
## 问题描述(Describe) 执行SQL语句审核SELECT name FROM rules WHERE db_type=MySQL; 看起来把字段值当作了列名去匹配   ## 问题原因 ## 解决方案 ## 变更影响面 #### 受影响的模块或功能 #### 外部引用的潜在问题或风险 #### 版本兼容性 #### 测试建议