from INFORMATION_SCHEMA.INNODB_TABLES t, INFORMATION_SCHEMA.INNODB_INDEXES i where t.TABLE_ID = i.TABLE_ID and t.NAME like 'test/tab1%' ORDER BY i.NAME; INSERT INTO tab1 VALUES (1, concat("01", repeat ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results