帮帮初学者吧,谢谢!
请教一个问题:我已在数据库中新建了一个表gj,然后想把数据存入新表中:
select ……
from ……
where……
……
order by ……
into table gj
这样为什么不对呢?
而是
into array arr
insert into gj from array arr
谢谢啦!
2006-08-22 17:46

2006-08-22 19:10
2006-08-23 12:43