Microsoft
Software
Hardware
Network
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
how can I connect to vsftp server on fedora13
Pass-Through Authentication from Active Directory to ASP.Net
SQL 2005 Backup to network location, with multiple fulls and tlogs
Testing someone webdesign knowledge
how to get authorized certificate for two domains for SBS 2008?
how can I refresh my datagridview without using a refresh button?
how to set proxy on outlook
msql cout by group query
What is wrong with this SQL Query
Adapting an existing query to include counts & maxrows