I need to select NOT all columns in the request to display the status of the tables. Now it looks like this:
SHOW TABLE STATUS IN `myTableName` WHERE `NAME` LIKE '%name_substring%';
How to modify it to achieve the desired effect and is it possible at all?