Hi Jennifer,
I think I found the problem.
Try this:
IF EXISTs (SELECT 'True' FROM [dbo].[@OTP] T0
WHERE (Select Count(*) from [dbo].[@OTP] T1 where
T0.U_shade = T1.U_shade and T1.U_Indent = T0.U_Indent) > 1
Regards
Augusto
Hi Jennifer,
I think I found the problem.
Try this:
IF EXISTs (SELECT 'True' FROM [dbo].[@OTP] T0
WHERE (Select Count(*) from [dbo].[@OTP] T1 where
T0.U_shade = T1.U_shade and T1.U_Indent = T0.U_Indent) > 1
Regards
Augusto