举个例子:
找到这个表的备份数据,执行类似下面的代码- INSERT INTO `uchome_spacefield` (`uid`, `sex`, `email`, `newemail`, `emailcheck`, `mobile`, `qq`, `msn`, `msnrobot`, `msncstatus`, `videopic`, `birthyear`, `birthmonth`, `birthday`, `blood`, `marry`, `birthprovince`, `birthcity`, `resideprovince`, `residecity`, `note`, `spacenote`, `authstr`, `theme`, `nocss`, `menunum`, `css`, `privacy`, `friend`, `feedfriend`, `sendmail`, `magicstar`, `magicexpire`, `timeoffset`, `field_1`) VALUES
- (2, 0, 'hellen@comsenz.com', '', 0, '', '', '', '', 0, '', 0, 0, 0, '', 0, '', '', '', '', 'd\r\nd', '', '', '', 0, 0, '', '', '2', '2', '', 0, 0, '', '13522208360'),
- (3, 0, '111@163.com', '', 0, '', '', '', '', 0, '', 0, 0, 0, '', 0, '', '', '', '', '', '', '', '', 0, 0, '', '', '', '', '', 0, 0, '', ''),
- (4, 0, 'hellen@comsenz.com', '', 0, '', '', '', '', 0, '', 0, 0, 0, '', 0, '', '', '', '', '', '', '', '', 0, 0, '', '', '', '', '', 0, 0, '', ''),
- (5, 0, '111@163.com', '', 0, '', '', '', '', 0, '', 0, 0, 0, '', 0, '', '', '', '', '', '', '', '', 0, 0, '', '', '', '', '', 0, 0, '', '');
复制代码 |