Jump to content

How to search just one word (like from a dictionary database)


BiGreat

Recommended Posts

HI,
  I build a dictionary database, and all the word store in the field "word" of "table1".

However, like I want search one word "bill" in the "word": select * from table1 where word = 'bill'
but it will return nothing, however when I use "like" to search the word "bill", it will return a lot of words contain "bill".

What can i do just find just the "bill" in database?

Thanks
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.