CREATE OR ALTER MAPPING
Creates a mapping of a security object if it doesn’t exist, or alters a mapping
DSQL
CREATE OR ALTER [GLOBAL] MAPPING name
  USING
    { PLUGIN plugin_name [IN database]
    | ANY PLUGIN [IN database | SERVERWIDE]
    | MAPPING [IN database] | '*' [IN database] }
  FROM {ANY type | type from_name}
  TO {USER | ROLE} [to_name]
For details on the options, see [fblangref50-security-mapping-create].
The CREATE OR ALTER MAPPING statement creates a new or modifies an existing mapping.
| Important | Global and local mappings of the same name are different objects. |