Alter table <TABLE_NAME> SET ROW FILTER <func_name> on (COLUMN)
Got the below error while running the below code "[PARSE_SYNTAX_ERROR] Syntax error at or near 'ROW'(line 2, pos 4)". Please help on this issue. we tried this code as part of access policy sql Functions creations in my notebook.