SQL
AخA
use ptwiki_p;
select afl_user_text as nome, max(afl_timestamp) as tempo from abuse_filter_log
where afl_timestamp LIKE '201804%' and afl_filter = 18
group by afl_user_text
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.