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)
 Where clause

Author  Topic 

Rita Bhatnagar
Posting Yak Master

172 Posts

Posted - 2001-04-06 : 17:55:14
Another problem with query
how to do this(convert access query)

WHERE (((IIf([aprmETID]<>"*",InStr(1,[aprmETID],"," & Trim(CStr([EntityType].[EntityTypeID])) & ",")>0,True))<>False))

I can do with IF else statement.but stored procedure is very long so looking for alternative.
Thanks.

   

- Advertisement -