Z
zhouaiping
Unregistered / Unconfirmed
GUEST, unregistred user!
我已查询出内容在stringgrid中,现想把它建临时表并打印出来
create table #temptabel(aaa int)
用了,在table那出错,是不是要定义,具体怎么用?
create table #temptabel(aaa int)
用了,在table那出错,是不是要定义,具体怎么用?