select table_schema,table_name from information_schema.columns where column_name = 'htmlpath'
用这条语句就能查询出来,其中 table_schema 是所在库, table_name 是所在表