This is the WSO2 Data Services Server documentation version 2.6.3

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The Return Generated Keys feature can be used when inserting data to a table that has auto increment key columns. The auto incremented key value of the record is mapped to the result output mappings of the data service.

For example, the sample query below is used to insert values to a table called 'wes_teams' which has an auto increment column.

Once the user selects Return Generated Keys option, an auto increment key will be added as an output mapping. For example,

  • No labels