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.
| 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 clauseof my Select like this Select * from <TableName> Where <Column Name> not in <Want to call the Stored Procedure>Regards" |
|
|
|
|
|