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 INNER JOIN comment ON logging.log_comment_id = comment.comment_id WHERE comment.comment_text LIKE "%RafaelWalik%" AND log_action = "block" 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.