79377239

Date: 2025-01-22 09:59:15
Score: 1
Natty:
Report link

What you want to achieve can be done with the following script

{% set n = 3 %}
{% for i in range(n): %}
  {% if i == 0 %}
    SELECT {{i}}
  {% else %}
    UNION ALL SELECT {{i}}
  {% endif %}
{% endfor %}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What you
  • Low reputation (0.5):
Posted by: Letsios Matthaios