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 comment_id from comment where comment_text LIKE "%Gaúcho Gremista%" AS id_comentario;
select * from logging where log_action = "block" and log_comment_id LIKE id_comentario 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.