Filtering out certain queries

Hi i would like to revoke users to run certain sql queries such as LIKE statements, may i know how can i achieve that . or as an alternative can i t use jsql parser [http://jsqlparser.sourceforge.net/known_issues.php] to parse like queries and restrict users from running such queries .

any suggestions will be great help to me .

Hi @preom
Metabase does not have such permissions levels. So your best option would be to parse the queries through a proxy like JSqlParser or ProxySQL (or whatever exists for your database type).