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)
 dynamic where evaluations not covered with coalesce or isnull

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-04-04 : 08:05:37
Bill writes "an example would be this. we may want to return three types of invoices all, non edi and edi.

how do I phrase this to do:

type <> 'edi', type = 'edi', type = type..."

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2002-04-04 : 08:39:24
Hi

I think the Case statement http://www.sqlteam.com/SearchResults.asp?SearchTerms=case might help you out here

Damian
Go to Top of Page
   

- Advertisement -