mysql 学习资料 1.查看表字段信息:mysql>show full columns from db.tablename;2.每条记录都显示字段名mysql>select * from tbl_notice where id=100 \G