79238513

Date: 2024-11-29 22:45:32
Score: 2.5
Natty:
Report link

A more straightforward method would be:

RETURN count(SELECT * FROM person)

which will directly return the number of rows in the 'person' table.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vladimir Rotariu