Ad
Code
Diff
  • SELECT DISTINCT name
    FROM greetings
    ORDER BY NAME 
    LIMIT 7;
    
    • SELECT DISTINCT name
    • FROM greetings
    • ORDER BY NAME ASC
    • ORDER BY NAME
    • LIMIT 7;