in reply to Re^2: Using a multi-level hash in an insert statement...
in thread Using a multi-level hash in an insert statement...

Ah yes.. my mistake - forgotten about that sort order bit.

using named placeholders - while not supported for all DB's, would work in lieu of this.
  • Comment on Re^3: Using a multi-level hash in an insert statement...