Guest_imported
New member
- Jan 1, 1970
- 0
Hi, I like to select from a table column strings that contains the underscore ( _ ) character (for example
U1.01/98_0, U1.01/98_1, U2.01/95_0 etc. ). The problem is that this character is also a whildcard (single-character
whildcard ) and because of this the SQL statement " ....... LIKE '%_%' " does not work properly.
What is the SQL syntax for this query? (I'm using MS Access)
Thanks for your help!
U1.01/98_0, U1.01/98_1, U2.01/95_0 etc. ). The problem is that this character is also a whildcard (single-character
whildcard ) and because of this the SQL statement " ....... LIKE '%_%' " does not work properly.
What is the SQL syntax for this query? (I'm using MS Access)
Thanks for your help!