79739902

Date: 2025-08-19 12:43:05
Score: 1
Natty:
Report link

This is neither supportet in SQL Server, nor Oracle. Also what is the advantage of doing this?

you can simply write:

select c_name, count(1) as number from table_one group by c_name

Much more readable, and if your select ever gets changed your Group By still works like a charm.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Bending Rodriguez