日期:2014-05-16 浏览次数:21026 次
mysql> INSERT INTO `account` (`id`, `username`, `uid`, `basefund`, `moneyfund`,
`kymoneyfund`, `totalfund`, `totalstockfund`, `totalbargainfund`, `totalprofitor
lossfund`, `rate`, `dayrate`, `weekrate`, `monthrate`, `yearrate`, `dayrank`, `w
eekrank`, `monthrank`, `yearrank`, `statupdatetime`, `createtime`, `matchid`, `a
ccountcode`, `accounttype`, `accountlimits`, `bargainlimits`) VALUES
-> (39, '测试用户', 1, 100000.00, 86948.00, 45181.60, 894728.00, 807780.00,
13000.00, 794728.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0, 0, 0, 0, 0, 1270135562, 0,
'1-0', 1, '0', NULL),
-> (40, '测试用户', 1, 10000000.00, 8564280.00, 8564280.00, 9204780.00, 6405
00.00, 1430000.00, -795220.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0, 0, 0, 0, 0, 1270
136442, 3, '1-3', 2, '0', NULL);
ERROR 1054 (42S22): Unknown column 'rate' in 'field list'
mysql>