Question : using Like operator in sql

Hi,
Should return all the results from a select if we found 'DE' in the name column but this 'DE' can be anywhere in the name.

i.e. start, middle or end. For example these all are valid result set:

Dell, Deutsch Bank, Deutsch Bahn, Delta, CodePlex

Answer : using Like operator in sql

WHERE yourfield LIKE '%DE%'
Random Solutions  
 
programming4us programming4us