Query time partition join strategy

SELECT A.col1, B.col2
FROM A
JOIN B
ON A.col2 = B.col3 AND Ab.col5 = B.col2Last updated
Was this helpful?

SELECT A.col1, B.col2
FROM A
JOIN B
ON A.col2 = B.col3 AND Ab.col5 = B.col2Last updated
Was this helpful?
Was this helpful?