摘要: select group_concat(`COLUMN_NAME` separator ',')from information_schema.`COLUMNS`where TABLE_SCHEMA='promo' and TABLE_NAME='promo_product'; 阅读全文
posted @ 2013-06-03 19:13 AdaYin 阅读(273) 评论(0) 推荐(0) 编辑