You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

ROQL: Too many source tables in query

Received Response
57
Views
8
Comments
edited Jun 8, 2022 11:58AM in General Technical Discussions 8 comments

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 
        

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!