Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 not exists

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-02-01 : 11:53:31
Amit writes "What is the use of not exists command??

Can u explain in this context
if (@CheckMode < 10 or @CheckMode = 30) and
not exists (select 1 from service_parameters
where ser_type=5 and pool_number=4)
return 30


"
   

- Advertisement -