Skip to content

Improve readability of active_editors.sql syntax

Neil Shah-Quinn (WMF) requested to merge hghani-active_editors_sql_edit into main

Created by: hghani-ctr

Replaced sum(cast(x as int)) with count_if to streamline readability in the final SELECT statement. Corrected e.MONTH to e.month. Kept only one instance of anonymous and bot filtering 'where' clauses to improve readability. Bug: T358684

Merge request reports