I have a column containing text strings, and I want to fetch all rows which contain words (in respective order) from given sentence, for example:
if given sentence:
the red apple on the table in the middle of the field
if column contains following rows:
- the red
- red apple of the field
- green apple
- red apple on the chair
- table
- field of red apple
I want my query to return row number 1, 2 and 5 only.
Aucun commentaire:
Enregistrer un commentaire