日期:2014-05-16  浏览次数:20948 次

mysql显示所有的表内字段内
select column_name from information_schema.columns where table_name=’xls1’;