crefilt.gif


create [or replace] filter FILTER-NAME 
 {
  as FILTER-NAME
  |
   {
    no_access
    |read
    |write
    |meta_read
   } 
    on MEMBER-EXPRESSION
    [,...]
 }
 [definition_only]