select * from information_schema.columns where column_name = '指定列名'
其中information_schema是一个系统库,包含了columns,tables,routines等表
select * from information_schema.columns where column_name = '指定列名'
其中information_schema是一个系统库,包含了columns,tables,routines等表