4.4. Examples

The following examples refer to the "world" example which can be found at the mysql website: https://dev.mysql.com/doc/index-other.html

The following list gives examples for the statement types without inputs configured in the component:

The following examples demonstrate the usage of inputs configured in the component:

Considering inputs of type small table, the example above in the context of the world database would look as follows, assumed the input is properly defined:

INSERT INTO City (ID, Name, CountryCode, District, Population) VALUES ${in:smallTable};

For further information you may want to refer to the MySQL documentation: https://dev.mysql.com/doc/refman/5.7/en/sql-syntax.html