01Converts legacy implicit comma joins to modern, optimized explicit JOIN syntax
02Extracts repeated subqueries into Common Table Expressions (CTEs) for better execution plans
03Eliminates redundant functions on JOIN columns to prevent slow nested loop joins
0455 GitHub stars
05Identifies and transforms inefficient NOT IN subqueries into performant NOT EXISTS logic
06Refactors date and time functions on filter columns to enable partition pruning