You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
There doesn't appear to be a group for discussing things in Twistar, so I ended up posting this here: Is it possible to mimic behaviour like "SELECT * FROM table1 NATURAL JOIN table2" in Twistar? Couldn't find anything like that in the documentation..
Thanks!
The text was updated successfully, but these errors were encountered:
Hey @arski - Right now, joins are only automatically produced based on relationships (and there is not a relationship right now that would mean all columns would match). Also, per the wikipedia article on joins:
Most experts agree that NATURAL JOINs are dangerous and therefore strongly discourage their use.
Is there another way to do what you're trying to accomplish?
Hi again,
There doesn't appear to be a group for discussing things in Twistar, so I ended up posting this here: Is it possible to mimic behaviour like "SELECT * FROM table1 NATURAL JOIN table2" in Twistar? Couldn't find anything like that in the documentation..
Thanks!
The text was updated successfully, but these errors were encountered: