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 comment_id AS id_comentario from comment where comment_text LIKE "%Gaúcho Gremista%";
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.