diff --git a/Documentation/ColumnsConfig/Type/Select/Properties/ForeignTableWhere.rst b/Documentation/ColumnsConfig/Type/Select/Properties/ForeignTableWhere.rst index 233cefce..df657c8e 100644 --- a/Documentation/ColumnsConfig/Type/Select/Properties/ForeignTableWhere.rst +++ b/Documentation/ColumnsConfig/Type/Select/Properties/ForeignTableWhere.rst @@ -13,7 +13,9 @@ foreign_table_where :RenderType: all The items from :ref:`foreign_table ` - are selected with this WHERE-clause. + are selected with this :sql:`WHERE` clause. The :sql:`WHERE` clause is effectively + appended to the existing :sql:`WHERE` clause (which contains default constraints, + such as :sql:`NOT deleted) and must begin with :sql:`AND`. Field quoting =============