I have a table with Description where it can have multiple words, I need to compare with a set of words ( set of words are output from another query using LISTAGG function) to check if the word is existing in Description column or not.
For example if my Description has text like below and compare with word PIN only rows 3,4 to return.
- SHIPPING ITEM
- PIPING ITEM
- CLAMPING PIN
- SPINDLE PIN