Good day,
I'm having a problem when searching, say I want to find a certain university like for example, university of nowhere, if I search for university or nowhere then I get several suggestions including university of nowhere which is good. If I search for the exact wording then I get the exact result, BUT if I search for university nowhere i.e without the "of", then I get nothing..
Example SQL statement:
SELECT univ_name FROM university WHERE INSTR(univ_name,'--keyword here--')
Any suggestions on what is lacking on my sql statement?
Thanks in advance :)