Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[query/update] Support setting properties to dynamic values #106

Open
dantleech opened this issue Oct 20, 2014 · 1 comment
Open

[query/update] Support setting properties to dynamic values #106

dantleech opened this issue Oct 20, 2014 · 1 comment

Comments

@dantleech
Copy link
Member

e.g.

UPDATE [nt:foo] AS a SET a.foo = a.bar
UPDATE [nt:foo] AS a JOIN [nt:bar] AS b ON a.foo = b.bar SET a.foo = b.baz

This is something that could also easily be implemented with functions .. but it would make sense to support this in standard SQL notation.

@dbu
Copy link
Member

dbu commented Oct 20, 2014

you really are expanding sql2 to full sql power :-)
seems the expected thing, yes.

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

No branches or pull requests

2 participants