0

if this is my output to the terminal from an nzsql insert command being read from a file:

INSERT 0 1

what does the 0 mean?

thanks.

1 Answers1

0

The 0 indicates that the insert ran successfully with no error.

This is documented in the reference material here

ScottMcG
  • 3,867
  • 2
  • 12
  • 21
  • thanks a lot. that was my guess, but in trying to confirm i googled my apparently useless heart out to no avail. – Loletariat Nov 12 '14 at 21:50