Open dantleech opened 10 years ago
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.
you really are expanding sql2 to full sql power :-) seems the expected thing, yes.
e.g.
This is something that could also easily be implemented with functions .. but it would make sense to support this in standard SQL notation.