Skip to content

Instantly share code, notes, and snippets.

@chukShirley
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save chukShirley/2d6af6858f4882dec4b5 to your computer and use it in GitHub Desktop.

Select an option

Save chukShirley/2d6af6858f4882dec4b5 to your computer and use it in GitHub Desktop.
INSERT INTO MYLIB/MYTABLE
(PEDDLER, ITEM, SCHEME, TYPE, PERCENTAGE, DEDUCTION, FIXED_AMOUNT, UNIT_OF_MEASURE, DESCRIPTION)
VALUES (:peddlerId, :itemId, :scheme, :type, :percentage, :deduction, :fixedAmount, :unitOfMeasure);
@chukShirley
Copy link
Author

Thanks @jordiwes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment