Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
can you help with my trouble?
I have a list of orders with descriptions in one table.
The other table which is not linked to the first one presents a list of 90 words that I should look for in the order description.
I need to
load First table
where order_desc like '*90 words from the second file*'
Can you give me any idea how i can avoid using like '*xxxx*' 90 times and have it in one go?
Thanks a lot for any hint.
Justyna
Hi Miguel,
now it works perfectly. Thank you:)
J.