Ad
Code
Diff
  • SELECT DISTINCT name
    FROM greetings
    ORDER BY NAME ASC
    LIMIT 10
    • SELECT name
    • SELECT DISTINCT name
    • FROM greetings
    • WHERE id BETWEEN 1 AND 10;
    • ORDER BY NAME ASC
    • LIMIT 10