|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
SELECT EMP.ID WHERE EMP.ID LIKE 'RO*' doesn't work
<i><b>Originally posted by : Armando Corazon (a_corazon@hotmail.com)</b></i><br />Does anybody knows why I can't retrieve any record from a table usin the Like filter in an SQL Statement??<br /><br /> <br /><br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : </b></i><br /><br /><br /><br />------------<br />Armando Corazon at 10/9/2000 6:40:18 PM<br /><br />Does anybody knows why I can't retrieve any record from a table usin the Like filter in an SQL Statement??<br /><br />it not * use ? <br /><br />SELECT EMP.ID WHERE EMP.ID LIKE 'RO?' doesn't work (reply)<br /><br />if works reply at anilrawat22@hotmail.com
|
|
#3
|
|||
|
|||
|
You didn't specify wildcards that's all...
SQL Server: "_" replaces 1 char "%" replaces n chars Access: "?" replaces 1 char "*" replaces n chars SELECT EMP.ID WHERE EMP.ID LIKE 'RO%' |
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > SELECT EMP.ID WHERE EMP.ID LIKE 'RO*' doesn't work |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|