错误
SQL 查询:
INSERT INTO cdb_members(
uid,
username,
PASSWORD ,
secques,
gender,
adminid,
groupid,
groupexpiry,
extgroupids,
regip,
regdate,
lastip,
lastvisit,
lastactivity,
lastpost,
posts,
digestposts,
oltime,
pageviews,
credits,
extcredits1,
extcredits2,
extcredits3,
extcredits4,
extcredits5,
extcredits6,
extcredits7,
extcredits8,
avatarshowid,
email,
bday,
sigstatus,
tpp,
ppp,
styleid,
dateformat,
timeformat,
pmsound,
showemail,
newsletter,
invisible,
timeoffset,
newpm,
accessmasks,
editormode,
customshow,
xspacestatus
)
SELECT uid, username,
PASSWORD , secques, gender, adminid, groupid, 0, '', regip, regdate, lastip, lastvisit, lastactivity, lastpost, postnum, 0, 0, 0, credit, 0, 0, 0, 0, 0, 0, 0, 0, 0, email, bday, 1, tpp, ppp, styleid, dateformat, timeformat, 1, showemail, newsletter, invisible, timeoffset, newpm, accessmasks, 2, 26, 0
FROM i9527.cdb_members
MySQL 返回:
#1366 - Incorrect integer value: 'h:i A' for column 'timeformat' at row 1
到CDB_MEMBERS这步也走不下去了 |