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
HP Driver Dowload problems
permissions changed after moving folder from one server to another
Is there any code of SATA interface in VHDL?
Installing Exchange 2003 Enterprise, what switches do I need to use with dcdiag?
How to draw a cardioid in Opengl?
Unable to install any framework .NET in XP Mode (Virtual PC)
Windows 7 WGA says my legitimate copy is NOT GENUINE
can read ssl.crt/server.crt and ssl.key/server.key on centos about ssl of apache
Inconsistent crystal reports
safely shutdown sharepoint on sbs 2003