日期:2014-05-16 浏览次数:22601 次
+--------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------------+--------------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | name | varchar(20) | NO | | | | | tel | int(11) | NO | | 0 | | | email | varchar(60) | NO | | | | | state | tinyint(4) | NO | | 1 | | +--------------+--------------+------+-----+---------+----------------+ 报的警是这个 UPDATE `classifieds_general` SET `name` = 'others', `tel` = '12345678901', `email` = 'molaifeng@foxmail.com', `state` = '1' WHERE `id` = '54'