Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
Cannot make innerjoin like this without relationship:
select a.x, b.y from Table1 as a INNER JOIN Table 2 as b ON a.z=b.w
Note: a.z and b.w are not primary and foreign keys