插叙临时表的字段信息如题:SQL2000里面,我用过下面的语句,但是完全查不到任何结果。select * from tempdb.dbo.syscolumns where name='#aa' [解决办法]更正一下select * from tempdb.dbo.syscolumns where id=object_id('tempdb..#aa')