So what I have is a database of model numbers. What I need to happen is if the model number stored is "ABCD1234
" and the user searches "BCD123
" it will still return the result. Using "like
" works for me if the database entry contains the searched model # at the beginning or the end, but i need something that will return a result anytime the database entry contains the searched numbers.
Thank you!
質問する
125 次