79818150

Date: 2025-11-12 19:20:17
Score: 3.5
Natty:
Report link

O. Jones

Thanks for the help, this fixed my issue. The end query I ended up using was

select count(*),name, value from TABLEĀ  where name not like '%ts%' group by value,nameĀ  order by name;

And this did exactly what I needed.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Anurag Kumar