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
Access report textbox help
Outlook 2010 Hanging and locking entire computer
Group Policy setting to disable the reset button in Internet Explorer not working
SQL using InStr
Ctrl & shift key state in VB
pass me a number and return the text
I need a program that can copy files from any profile and ignore permissions. Any ideas? Robocopy, FastCopy, etc., will still error out.
Export Table structure SQL 2005
How to monitor ReadyBoost usage?
Access 2003: form with a subform - question about placing a vertical scroll bar... on main form....