Microsoft
Software
Hardware
Network
Question : How do I convert an INT into a VARCHAR or STRING for use in CASE
This is the code,
case when AMV.[Duration] > 0 and AMV.[Comp Code] = 'HOT' then AMV.[Duration] else '' end
Instead of a blank result I get zero because the data type is INT. How do I convert the zero to blank please?
Answer : How do I convert an INT into a VARCHAR or STRING for use in CASE
case when AMV.[Duration] > 0 and AMV.[Comp Code] = 'HOT' then convert(varchar(10),AMV.[D
uration]) else '' end
Now I see. In that case, you need the expression to return a varchar type.
Random Solutions
Link building after 301 redirect for subfolder
PS3 optical link to surround sound - no sound!
Closing Quickbooks 2007 results in a .NET Broadbast Event Window Error
How do I manually uninstall Quicktime, Bonjour, iTunes from Windows Vista?
Font
Changing Windows 7 Language in Home Premium..
How do I assign IP addesses appropriate and obtain IP addresses automatically
Move domain of virtual servers
Error When Recovering on a Gateway Desktop
xmax (column_name for (string_value))