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)
 Can a Stored Prcoedure be used in a Where Clause of a Select Query

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-10-26 : 09:48:50
Padma writes "Hi,
I'am having a stored Procedure returning a string ('a' , 'b')
and I want to use this procedure in the where clause
of my Select like this
Select * from <TableName> Where <Column Name> not
in <Want to call the Stored Procedure>

Regards"
   

- Advertisement -