I am trying to find a way to implement column level security using restricted views and policies.
I want to hide and show columns based on rules just like row level security.
How we do that ?
Implemented row level security but didn't saw anything which will be applied to columns as well. There is deprecated feature 'mark as policy column' we can't use that as well.