A
Athlon Chen
Unregistered / Unconfirmed
GUEST, unregistred user!
quary的sql中写如下命令:
update stock
set quantity=(select quantity
from reckon
where reckon.'no'=stock.'no')
执行时报错:"Error Creating Cursor handle"
请教各位是怎么回是,如何改正。
update stock
set quantity=(select quantity
from reckon
where reckon.'no'=stock.'no')
执行时报错:"Error Creating Cursor handle"
请教各位是怎么回是,如何改正。