The request failed. Error: unexpected. Try again.
I get this ambiguous error in a two-key JOIN. The search only gives me “this is a mistake, we are working on it” several months ago.
SELECT a.user_key as user_key, b.bundleid as bundleid, a.dateFirst as dateFirst FROM ( SELECT user_key, dateFirst FROM game.firstTable) as a JOIN EACH ( SELECT user_key, bundleid, timestamp FROM game.prodbundle) as b ON a.user_key = b.user_key AND a.dateFirst = b.timestamp;
Any new bugs or known issues?
source share