我写一个存储过程,获取表a字段的值插入表b字段中,想问一下为什么这个错,
执行SQL那里,直接
-- 执行SQL操作 insert into b(bname,bage) values (an,aa); commit;