Data & SQL21 categories
Is my GROUP BY lying to me?
Any aggregation that feeds a number somebody will act on.
Review the aggregation only. First tell me what one output row represents. Then check: does a non-aggregated column vary within its group, are zero-row groups missing from the output entirely, and is anything averaging a ratio that should be a ratio of sums? Show the corrected fragment wherever it is wrong. Query:
Making it yours
- Paste your own material where the prompt asks for it. Everything above that line is instruction, not content.
- Delete any rule that does not apply to you. A shorter prompt that fits beats a thorough one that does not.
- If the answer comes back vague, add a line saying what you do not want. Constraints work better than encouragement.
Correctness checks. Catching the join that duplicates rows, the NULL that drops them, and the GROUP BY that lies.
Related prompts
Check this query before I run itBefore running anything expensive, destructive, or going into a report.Find where this join is duplicating rowsYour totals are suspiciously round multiples of what they should be.Check my aggregation for grouping trapsAny query with GROUP BY that feeds a number someone will act on.Hunt every NULL trap in this queryWhen a count came back lower than expected and nothing looks wrong.Can any of these joins multiply rows?Totals look inflated and you suspect the join before the data.Am I counting the right thing?A count feeds a number someone will act on.
Keep this one
Phrasery saves prompts with a right-click and puts them back the same way. Add this to your own library in one click.
Add to your browser โ free