login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
1
vote
How do you preform an IF…THEN in a SQL SELECT
Microsoft SQL Server (T-SQL) In a select use: select case when Obsolete = 'N' or InStock = 'Y' then 'YES' else 'NO' end In a where clause, use: …
answered
Sep 15 '08 at 14:40
landofjoe
96
●
4
posts containing
user:7658
within these tags
tsql
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled