摘要: SELECT table_name ,column_name ,column_type from information_schema.columns where table_schema = 'dev' and column_name like '%PASSWORD%'; 阅读全文
posted @ 2022-05-10 17:24 vaen 阅读(27) 评论(0) 推荐(0)