diff --git a/node.js/cds-ql.md b/node.js/cds-ql.md index 29d60d361..5667cfc3d 100644 --- a/node.js/cds-ql.md +++ b/node.js/cds-ql.md @@ -835,9 +835,6 @@ Constructs a _INSERT into SELECT_ statement. ```js INSERT.into('Bar') .from (SELECT.from('Foo')) ``` -### as() {.method} - -The use of _.as()_ method is deprecated. Please use [_.from()_](#from) method instead. ## UPSERT {.class}