ÈçºÎ»ñµÃmysqlÊý¾Ý¿âµÄËùÓеÄÁÐ
¡¡¡¡SELECT COLUMN_NAME FROM `information_schema`.`COLUMNS` where `TABLE_NAME`='appStats' order by COLUMN_NAME
¡¡¡¡ËùÓÐ×ֶλñÈ¡£º
¡¡¡¡SELECT COLUMN_NAME FROM 'information_schema'.'COLUMNS' where 'TABLE_SCHEMA'='Êý¾Ý¿âÃû³Æ' and 'TABLE_NAME'='ÄãµÄ±íÃû' order by COLUMN_NAME;
¡¡¡¡»òÕß
¡¡¡¡select * from ¡¯information_schema¡®.¡¯
¡¡¡¡columns¡® where ¡¯table_name¡®='±íÃû¡®;
¡¡¡¡±¿·½·¨£º
¡¡¡¡µ¥¸ö»ñÈ¡
¡¡¡¡$re_name_1=mysql_field_name($result,1);
¡¡¡¡$re_name_2=mysql_field_name($result,2);