Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Like Operator

Status
Not open for further replies.

aw23

Programmer
Nov 26, 2003
544
IL
I know that this is simple but it's not working and I can't seem to find it in the search.

How do you use like?
The following is my query:
"select * from table where name like '%.%'"
and I get no results? What am I doing wrong?

Thanks
 
What I am trying to do is find all companies that have a . in them
 
Thanks, I got it. But why * and not %?
Is % for sql and not access?
 
* is used for the jet sql, but % is used for adodb...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top