27,581
社区成员




use Test
Go
if object_id('tempdb..#tPrjs') is not null
drop table #tPrjs
Create table #tPrjs(id int )
Go
use Test
Go
if object_id('tempdb..#tPrjs') is not null
drop table #tPrjs
Create table #tPrjs(id int )
Go
use tempdb
Go
Select name,object_id,create_date From sys.tables Where name like '#tPrjs%'
name object_id create_date
---------------------------------------------------------------
#tPrjs________0000000006BF 1240391488 2011-07-08 16:04:25.763
#tPrjs________0000000006C0 1256391545 2011-07-08 16:04:29.757
/* #tPrjs________0000000006BF 中間有很長的下劃綫 */