79164418

Date: 2024-11-06 22:01:56
Score: 2
Natty:
Report link

Thank you for everyones input. It helped me understand better how the SQL was calculating.

I was able to resolve my issue with overriding precedence using parenthesis as shown below.

SELECT (24/24*16.34+6) * 48 * 40 / 1728 as CUBIC_FT 
FROM ...
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mrdiu