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.
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.
The 0 indicates that the insert ran successfully with no error.
This is documented in the reference material here