hanchuanchuan / goInception

一个集审核、执行、备份及生成回滚语句于一身的MySQL运维工具
https://hanchuanchuan.github.io/goInception/
GNU General Public License v3.0
1.64k stars 557 forks source link

带有union关键字的查询,返回结果显示列不存在 #679

Open hhw007 opened 2 months ago

hhw007 commented 2 months ago

描述 goInception的版本为v1.3.0-76-g4082e7a-dirty,这个版本应该已经兼容了带有union关键字的查询,但查询返回结果中errmsg列显示Column 'c.name' not existed 具体操作详情如下: image

hhw007 commented 2 months ago

如果把最外层的查询去掉,sql改为: select name from qwe where id=5002 union select name from qwe where id=3006; 返回结果中errmsg显示为None 截图如下: image