Skip to content

Commit 3ee37c4

Browse files
committed
correct the sort of entity!
1 parent 6d2d603 commit 3ee37c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/refguide/modeling/domain-model/oql

content/en/docs/refguide/modeling/domain-model/oql/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Mendix Object Query Language (OQL) is a relational query language inspired b
1111
In addition, OQL can use predefined relations (associations) to easily join objects without having to calculate which columns should be coupled. Despite these differences, many SQL keywords also work in OQL.
1212

1313
{{% alert color="info" %}}
14-
OQL can only be used on persistable and view entities and the associations between them. It cannot be used with non-persistable or view [entities](/refguide/entities/).
14+
OQL can only be used on persistable and view entities and the associations between them. It cannot be used with non-persistable or external [entities](/refguide/entities/).
1515
{{% /alert %}}
1616

1717
Some examples of OQL queries are:

0 commit comments

Comments
 (0)