|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
the LIKE clause
if I have a SQL Server DataBase...How can I use the clause like with the search pages...coz when I tried it it returns zero results????
|
|
#2
|
||||
|
||||
|
SELECT field FROM table WHERE field LIKE '%foo%'
the % sign means wildcard. So, the example above will find, "xxfooxx". |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > the LIKE clause |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|