Handling multiple results from SQL that includes temp tables.
NB! this is using clojure.java.jdbc v0.6.1, as we have performance issues w/ 0.7.x
Although this gist was very helpful when all statements return results, this is what is ultimately needed to properly traverse the intermediate reults that return nothing (e.g. temp tables).