Hello,
I have a keyword search field which would contains words separated by spaces. (IE: modem pool)
I have a table which contains one row for each keyword entry. IE:
Rec#1 ID=abc word=elbow
Rec#2 ID=abc word=macaroni
Rec#3 ID=abc word=modem
Rec#4 ID=abc word=pooling
Can you suggest a SQL statement that would find all IDs that include the beginning portion of ALL search terms?
Thanks,
Will
I have a keyword search field which would contains words separated by spaces. (IE: modem pool)
I have a table which contains one row for each keyword entry. IE:
Rec#1 ID=abc word=elbow
Rec#2 ID=abc word=macaroni
Rec#3 ID=abc word=modem
Rec#4 ID=abc word=pooling
Can you suggest a SQL statement that would find all IDs that include the beginning portion of ALL search terms?
Thanks,
Will