79685796

Date: 2025-07-01 09:14:50
Score: 2
Natty:
Report link

I have found a simple workaround in cases where you cannot use subqueries...

SELECT AVG(COALESCE([Ship Cost], 0)) * COUNT(DISTINCT [Tracking #]) ... GROUP BY [ORDER #]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Nick E