in reply to multi level hash terror - if statement to access specific elements

Side comment: Please do not use SELECT * outside of EXISTS() clauses and ad hoc queries. Specifying the column is not only self-documenting, it also protects against added or removed columns, and possible column reordering.

  • Comment on Re: multi level hash terror - if statement to access specific elements