Microsoft
Software
Hardware
Network
Question : SQL complicated request
Hi,
I need to create an SQL request that does the following.
If (Filters LIKE "%,2.%) than (Filters LIKE "%,2.18,%)
This means that I want to find filters that do not have 2. but if they have 2. than it must be 2.18
Answer : SQL complicated request
Sorry this is sql server :( but it might help
select *
from MyTable
where Filters like case when Filters LIKE '%2.%' than '%2.18%' else '%' end
Random Solutions
Security phenomenon: xp clients cannot install .msi packages from \\2008r2\netlogon
User cannot launch one of of two available applications in Citrix Web Interface
What are the best programs that can download all of the pictures from a website (including all of a website's hyperlinks)?
VB.NET - Active Directory to find organizational unit for a user
Manual Feed
How to automatically change number color in Excel cell
BESX allocating new handset to user
enterprise vault doesn't work on a pc
How can I connect a 2.5" Hard Drive to a Compact Flash Interface?
Can I install HyperV as a standalone tool n on a Windows Server 2003 host?