Microsoft
Software
Hardware
Network
Question : Search through multiple cols
Hello,
I have a form with text field, and a submit button. Its a search field.
My Tables has 3 cols.
id, name, descrip.
When user submit the form I want to search through multiple cols,
something like this,
SELECT * FROM table WHERE name LIKE %value% OR descrip LIKE %value%
above query wont work, but is there any method to get this done?
Answer : Search through multiple cols
SELECT * FROM table WHERE name LIKE '%value%' OR descrip LIKE '%value%'
Doesn't work?
Random Solutions
How do i create a SCOM 2007 SP1 cluster?
Cropping Photos Without Changing The Aspect Ratio in Fireworks 8
Netlogon Service stopped on SBS2003
Moved a Dolpin 7 website to a new server and I get an error message.
web forms: xForms or javascript forms: which one is the best?
Content disappearing after I hit a link?
Cisco CallManager CRD Analysis and Reporting
Microsoft Word and outlook formatting problems
How do I decide on the hardware components required for assembling a CPU for Development purpose (Microsoft & Adobe Technologies).
delphi Run once