Customer Portal

Odd error from RETURNING clauses

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    MySql can return only one field, that is really auto generated (AUTO_INCREMENT) and you have to use auto_generated key word in your RETURNING clause to get this field. The rest of returned fields can be copied from input port. For full information see DBOutputTable#Query or DB Table is Defined.

Please sign in to leave a comment.