ROQL: Too many source tables in query
Content
Hi,
I'm getting a too many source tables in query error whe running the code below but it should stand up
Any advice?
Code Snippet
SELECT T.ref_no, T.id1, T.trans_type FROM incidents AS I INNER JOIN transactions AS T ON I.i_id = T.id
0