求助SQL语句理解
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' 是什么意思????
2007-09-24 08:54



[此贴子已经被作者于2007-9-24 9:06:03编辑过]
2007-09-24 09:02
2007-09-24 09:07