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
I"m getting an undefined index error message on this script.
lots of 421 4.4.2 Connection dropped errors
When i just click on the Plus sign beside the Management Folder this pops up. single user Mode..
Access 2000
Random Freezes (mouse operates)
exchange logs using 45GB of diskspace
where i can get best website template for my website om-infotech.net ?
Oracle ODS + SQL Developer
Regular Expression or Patter Matching String or Parsing A Large String
What's the difference between Visual Studio 2010 Professional Academic version and Visual Studio 2010 Professional?