mysql中如何快速查找某个字段所在的表

来源:互联网 发布:js 字段默认值 编辑:程序博客网 时间:2024/05/24 02:38
select * from information_schema.columns where column_name = 'C_CRCS'

0 0