From 84f825c444a5f5bca4e42a372660a148f1d779df Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Tue, 6 Jul 2021 00:56:29 +0300 Subject: [PATCH] Update row-level-security.md --- docs/row-level-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/row-level-security.md b/docs/row-level-security.md index 12d0f2e..3fe96c0 100644 --- a/docs/row-level-security.md +++ b/docs/row-level-security.md @@ -31,7 +31,7 @@ The target table against which the rule will be applied When creating multiple subgroups (identified by SUBGROUP_ID) this determines whether those groups are joined using an AND, or an OR condition. This value should be the same for the entire query (unique per RLS_SCOPE/RLS_GROUP/RLS_LIBREF/RLS_TABLE combination). ### RLS_SUBGROUP_LOGIC -This determines the how individual clauses are joined at subgroup level (identified by SUBGROUP_ID). The logic and be AND, or OR. +This determines how individual clauses are joined at subgroup level (identified by SUBGROUP_ID). Valid values: AND, OR. ### RLS_SUBGROUP_ID This variable is an integer, and used to divide a complex filter into numerous subgroups.