79081048

Date: 2024-10-12 13:04:36
Score: 1
Natty:
Report link

Just drop the GROUP BY clause and [Plan Code] column from your query. It works. tested on my machine.

SELECT COUNT(*) AS 'How Many' 
FROM Raw 
WHERE [Plan Code] LIKE '%01%' 

Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Abu Ben Reaz