发布时间:2012-06-13 22:22:07
update A set A3 = (select B.B3 from B where A.A1 = B.B1) ; update (select a1,a3,b1,b3 from a,b where a1=b1) set a3=b3......【阅读全文】
发布时间:2012-06-13 22:21:35
数组至少以1开始,即array(1),而不能用array(0)来表示第一个数组。 因此在下标使用变量时,初始化值至少为1. 正确写法:</p......【阅读全文】
发布时间:2012-06-13 22:20:30
while t%found loop sql_code := 'insert into T_DVR_VOCABULARYITEMS values(sys_guid(),'''',''Active'',''赵如鹏'','''',sysdate......【阅读全文】