Loading

摘要: sql SELECT DISTINCT table_name FROM information_schema.columns WHERE table_schema = 'xxx' and column_name='xxx'; information_schema 介绍 information_sch 阅读全文
posted @ 2023-02-22 15:55 李旭2018 阅读(242) 评论(0) 推荐(0) 编辑