Hi pple..
I have 3 fields in my MySQL Table:
Record No 1
Add1: 100
Add2: #12-30
Add3: Bradford Avenue
I need an SQL statement that can help me do exact word searching.
Assuming the user just keys in the full address: 100, #12-30 Bradford Avenue, the query should retrieve the record with this address(taking in mind the user may add in new punctuations such as comma, etc)
How do I go abt doing this?
I have 3 fields in my MySQL Table:
Record No 1
Add1: 100
Add2: #12-30
Add3: Bradford Avenue
I need an SQL statement that can help me do exact word searching.
Assuming the user just keys in the full address: 100, #12-30 Bradford Avenue, the query should retrieve the record with this address(taking in mind the user may add in new punctuations such as comma, etc)
How do I go abt doing this?