author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
Tue, 21 Apr 2009 22:23:28 -0500 | |
changeset 1591 | e85bf08a123b |
parent 1590 | 7f523ae475d2 |
child 1592 | 80e0ef472ec3 |
--- a/doc/book/en/C040-rql.en.txt Tue Apr 21 14:35:11 2009 -0500 +++ b/doc/book/en/C040-rql.en.txt Tue Apr 21 22:23:28 2009 -0500 @@ -177,7 +177,7 @@ person called 'nice'* :: - INSERT Person X: X name 'foo', X friend Y WHERE name 'nice' + INSERT Person X: X name 'foo', X friend Y WHERE Y name 'nice' Update and relation creation queries ------------------------------------