D
dfswd
Unregistered / Unconfirmed
GUEST, unregistred user!
有数据表yourtable我想将每列数据总和并插入原表中:(每列都是int型)
我用insert into yourtable select sum(列1),sum(列2),sum(列3),sum(列4),sum(列5) from yourtable
运行出错(this mismatch in expression.)可是用其他的函数如:max,min,count进行insert
一切正常,为什么!为什么!
我用insert into yourtable select sum(列1),sum(列2),sum(列3),sum(列4),sum(列5) from yourtable
运行出错(this mismatch in expression.)可是用其他的函数如:max,min,count进行insert
一切正常,为什么!为什么!