摘要: select table_schema,table_name,column_namefrom information_schema.`COLUMNS` where table_schema='库名' and column_name like '%字段%' 阅读全文
posted @ 2024-08-30 11:29 一叶知秋。 阅读(2) 评论(0) 推荐(0) 编辑