Search results

  1. E

    Creating a view with user() in it

    In an attempt to create field value security on the database side, I am trying to create the following view: create view ArOpenItemV as select * from pub."ar-open-item" join pub."sql-sec" on pub."sql-sec"."user-id" = user() and pub."sql-sec"."table-name" = 'ar-open-item' and...
Back
Top