Can DB Firewall block the SQL with special word in it's hint or comment
hi expertsi get a question form my customer.
if i add the below SQL into black list.
select * /* obama */ from table2;
does the below SQL be blocked or not by Firewall?
select * from table2;
0