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
{{ message }}
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
我执行
select pc.lesson_count,pcl.counts From athena_course.platform_course pc left join (
select course_id,count(*) as counts from athena_course.platform_course_lesson where deleted = 0 group by course_id
) as pcl on pc.id = pcl.course_id
where pc.lesson_count != pcl.counts;
脱敏报错信息:
数据脱敏异常:Inception Error: Column 'pcl.counts' not existed. Column 'pcl.course_id' not existed. Column 'pcl.counts' not existed.
请问这是哪里有问题?
The text was updated successfully, but these errors were encountered:
我执行
select pc.lesson_count,pcl.counts From athena_course.platform_course pc left join (
select course_id,count(*) as counts from athena_course.platform_course_lesson where deleted = 0 group by course_id
) as pcl on pc.id = pcl.course_id
where pc.lesson_count != pcl.counts;
脱敏报错信息:
数据脱敏异常:Inception Error: Column 'pcl.counts' not existed. Column 'pcl.course_id' not existed. Column 'pcl.counts' not existed.
请问这是哪里有问题?
The text was updated successfully, but these errors were encountered: