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
send a recordSet - string whit ""
Script to extract information from xml and move files
Error: 1067, Process teriminated while starting sQL service
How to get the YEAR portion from a DATETIME variable?
vmware vsphere 4.0
Oracle 11g Question
Return a specific number of records from a specific start point.
Add text to text box based on click of checkbox...
Windows XP Home Edition Version 2002 / SP 3
Is Windows Installer 4.5 default installed in Windows 7 and/or Windows Server 2008?