Question concerning the INSERT statement when using VPD
Hello, I want to use VPD to control the access of data. As I learned, VPD supports INSERT statement, but I'm curious how it works. For SELECT, UPDATE and DELETE statements, VPD applied predicates to the query. But INSERT statement can't use where clause (predicate).
I searched the forum and web, couldn't find any explanation or documentation. Please help. Thanks in advance.