You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`attribute` is an attribute of the entity that will be inserted.
197
205
198
-
*`expression n` is any valid OQL expression with literals or OQL parameters.
199
-
Every row must contain the same number of values of compatible types.
200
-
This query can *not* select data from any entities.
206
+
{{% alert color="info" %}}You cannot insert associations when inserting with values.{{% /alert %}}
207
+
208
+
*`expression x` is any valid expression consisting solely of literals or OQL expressions. Every row must contain the same number of values of compatible types as the list of attributes you are inserting for each entity object.
209
+
210
+
{{% alert color="info" %}}This expression cannot use OQL clauses to select data from any entities.{{% /alert %}}
0 commit comments