![]() |
#2
西风独自凉2007-09-24 09:01
|
if exists (select * from table1 where object_id = OBJECT_ID(N'P_table2') and type in (N'P', N'PC'))
............
请问后面 N'P_table2' 和 N'P', N'PC' 是什么意思????