79729375

Date: 2025-08-08 05:48:53
Score: 1
Natty:
Report link

Another possibility would be:

select user_id, first_name, last_name
from table_name
where user_id between 1 and 3;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bending Rodriguez