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
Ulead cool 360 not working in Vista
Need to tie to Oracle tables v$sesstat and v$sqlarea
SSIS Slowly Changing Dimension
SharePoint Foundations 2010
Submit form with link asp / javascript
how move a hit area for a movie in AS3
Javascript compatibility issue with IE7
Convert character field to date field in SAS
Restore disks
Hotel Reservation System