Fork of
Untitled query #27940
by TheresNoTime
This query is marked as a draft
This query has been published
by Tks4Fish.
SQL
x
use ptwiki_p;
#SELECT * FROM logging WHERE log_action = "block" AND log_comment_id IN (SELECT comment_id FROM comment WHERE comment_text LIKE "%Gaúcho Gremista%") ORDER BY log_id;
#SELECT * FROM logging WHERE log_action = "block" AND log_comment_id INNER JOIN comment ON comment.
#(SELECT comment_id FROM comment WHERE comment_text LIKE "%Gaúcho Gremista%") ORDER BY log_id;
SELECT comment_id FROM comment WHERE comment_text LIKE "%Gaúcho Gremista%" ORDER BY log_id;
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.