This query is marked as a draft This query has been published by Bhuvanaalla.

SQL

x
 
SELECT table_name
FROM information_schema.tables
WHERE table_schema = DATABASE()
AND table_name IN ('abuse_filter', 'abuse_filter_action', 'abuse_filter_history', 'abuse_filter_log', 'actor');
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.

Checking query status...