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
XHTML and Visual Studio
Add a custom control (component) to my Toolbox
Testing Exchange with new mobile solution
IM (OCS 2007) not getting connected thru Blackberry..
setting up a DC on a 2003 domain for a romote site
How can I allow user to modify the interface of the application (Visual Studio)?
Convert XML to PHP Feed
PHP code that randomize number or letters combination
open access form to no record
AS3 xml news ticker - How it's done?