Fork of See if T238328 is still happening by Novem Linguae
This query is marked as a draft This query has been published by Cryptic.

SQL

AخA
 
SELECT comment_text
FROM (SELECT comment_text
      FROM revision
      JOIN comment_revision ON rev_comment_id = comment_id
      ORDER BY rev_timestamp DESC
      LIMIT 5000) sq
WHERE comment_text LIKE "% (afd)";
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...