Hi all,
I'm a little bit ..... perplexed !!
First table looks like :
Col0 Col1
Green 345,265,458
Yellow 9345,2754, 456, 234
Second table :
Col0 Col1
345 Yellow
456 Yellow
234 Yellow
345 Green
567 Blue
and must identify :
if First table (partof) Col1 = Second table Col0 and First table Col0 like Second table Col1, do something.......
It shoudl be ~100 value in First table Col1 and ~20'000 row in Second table......
How to optimize so it not takes.....Hours !!!
;-) Mitch