Python run isql query wrapper
There is not always database API available for python, we can use same way in unix command line, run isql query and return query result in python. This run_isql_query is handy tool to for this purpose: hide all details, only need query statement return formatted query result with delim "|", …