You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1、在线体验--->系统管理--->QUERY_CHECK【ON】--->保存配置
2、sql查询--->在线查询--->MySQL--->weibo--->keyword_comment
3、语句如下:
select
a.comment_username,
count(a.comment_content)
from
(
select
comment_username,
comment_content
from
keyword_comment
)a
group by a.comment_username limit 10;
你已经很久没有回复这个issue了,如果没有进一步的信息的话, 会作为不活跃issue关闭, 感谢你对本项目的贡献。
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
1、在线体验--->系统管理--->QUERY_CHECK【ON】--->保存配置
2、sql查询--->在线查询--->MySQL--->weibo--->keyword_comment
3、语句如下:
select
a.comment_username,
count(a.comment_content)
from
(
select
comment_username,
comment_content
from
keyword_comment
)a
group by a.comment_username limit 10;
4、报错信息(数据脱敏异常:'errlevel'); 有些sql会出现字段不存在错误, 看样子像是无法识别子查询产生的临时表
5、其他测试: 设置QUERY_CHECK【OFF】,一些复杂sql也会出现字段不存在错误, 事实上在navicat可以正确执行
The text was updated successfully, but these errors were encountered: