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
IIS Website Only Accessible From Localhost (Server 2008 R2)
can thi s be done in CSS or HTML
ESXi 4.0 - virtual machine sees only one CPU
ASP.NET Membership and Profile Set Up
Use javascript to get the href value of a clicked link
How does one obtain / buy / get a copy of VxWorks?
Fox 9 Creating a pick list
vmware vsphere 4.0
VB.NET 2008 Get resource file as IO.Stream
Removing duplicate SPNs (Service Name Providers)