Hi I am trying to show tables with names not like a pattern by mysql is throws an error:
SHOW TABLES NOT LIKE \"tree%\";
returns:
LIKE and NOT LIKE are used with SELECT statements. I don't think this works with the SHOW TABLES command.