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
Suppress page header when there is data on a subreport
Start-up Manager for Windows 7 64-bit
Can MS Word 2007 allow me to take an image and allow me to trace text boxes over it
Mac Notebook and Server 2008
Cisco ASA 5505 ssh default username and password
Can Exchange handle mass mailing 500 clients or will this lead to blacklisting/ other problems
Thin lines between images in FireFox for Mac
Exchange BIS sending issues
Dead Domain Controller - Only Controller
Problem with code to INSERT INTO newly created Access 2007 table