wildcards
Database
2
Posts
2
Posters
0
Views
1
Watching
-
I am trying to do a sql with wildcards in the "LIKE" I tried _ and ? they wont work. * and % are working fine but i want some thing to match a single character. example LIKE _ean should return sean but it doesnt any ideas???? Cheers
-
I am trying to do a sql with wildcards in the "LIKE" I tried _ and ? they wont work. * and % are working fine but i want some thing to match a single character. example LIKE _ean should return sean but it doesnt any ideas???? Cheers
What do u mean by didn't work? Can you post your code and the undesireable results ?