Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Using JOINs #27

Closed
arski opened this issue Jul 8, 2012 · 1 comment
Closed

Using JOINs #27

arski opened this issue Jul 8, 2012 · 1 comment

Comments

@arski
Copy link

arski commented Jul 8, 2012

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!

@bmuller
Copy link
Owner

bmuller commented Dec 1, 2012

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants