In Transact-SQL I have the input parameter to the store procedure
@DataTable InputTabel READONLY,
And the \"InputTabel\" is defined as:
Unfortunately MySql didn't implement table-valued parameters, but alternatives do exist:
For more info about both methods: Create table variable in MySQL