This query is marked as a draft This query has been published by Tohaomg.

SQL

AخA
 
SELECT U.user_name, MIN(R.rev_timestamp) AS first_edit_timestamp
FROM ukwiki_p.user U RIGHT JOIN ukwiki_p.revision R
  ON U.user_id = R.rev_user
WHERE U.user_name IN (
    "Airelan", "Alessot", "Alex79", "Aminngo", "D.Dafoe", "Dneprovskayan", 
    "Draguntsow", "Grishazahid", "Ketrin", "Lxlalexlxl", "Marmirych", 
    "Merrrys", "Nickispeaki", "NV", "OlexShpak", "S.hlukhov", "Stanfalc", 
    "The Iron Addict", "Violka5555", "WayDong", "Well-9", "Yuriz", 
    "Андрій Гриценко", "ДмитроСавченко", "Евген Савич", "Остап Україна", 
    "Рассилон", "Сергій Верник", "Учитель", "Юлия Можаровская")
GROUP BY U.user_name
ORDER BY first_edit_timestamp DESC
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...