select % from table_name
%
(any characters)
Examples:
%DROP TABLE%
- Block destructive operations%limit%
- Block inefficient queries%SELECT * FROM salary%
- Monitor sensitive data access192.168.1.100,10.0.0.5
(no spaces)
Operator Options:
pg_terminate_backend
for PostgreSQL and CALL mysql.rds_kill
for MySQL.pg_cancel_backend
for PostgreSQL and CALL mysql.rds_kill_query
for MySQL.