From 034467b205878e57632d8e0fe3cd26e85d2a4f70 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Fri, 25 Apr 2025 17:12:49 +0200 Subject: [PATCH] Remove deprecated `cds.ql` `INSERT.as` method --- node.js/cds-ql.md | 3 --- 1 file changed, 3 deletions(-) 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}