Last updated 1 year ago
Was this helpful?
expression: String expression identifying a role in Spice.
Examples
Returns whether the current user is a member of the specified role.
SELECT IS_MEMBER ('public') -- True
SELECT IS_MEMBER ('non-role') -- False