I want to join two tables, but I can only do an equal operator on the columns.
So for example
tab1.kol1 = tab2.kol1 AND
tab1.kol2 = tab2.kol2
But what if I want to
tab1.kol1 = tab2.kol1 AND
tab1.kol2 between tab2.kol2 and tab2.kol3
Doesn’t seem too exotic
Thx,
Kr,
Piet