BiGreat Posted November 28, 2006 Share Posted November 28, 2006 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 https://forums.phpfreaks.com/topic/28758-how-to-search-just-one-word-like-from-a-dictionary-database/ Share on other sites More sharing options...
Barand Posted November 28, 2006 Share Posted November 28, 2006 Read the forum guidelines.Do NOT double-post.Topic closed. Link to comment https://forums.phpfreaks.com/topic/28758-how-to-search-just-one-word-like-from-a-dictionary-database/#findComment-131725 Share on other sites More sharing options...
Recommended Posts