Python
morph_lib.database.execute_sql
Executes the SQL and returns the result as a DataFrame. It can access all databases connected via built-in PostgreSQL and SQL Connection.
Parameters
sql
string
requiredThe SQL to be executed.
connection
string
Destination of the connection other than the registered builtin connection (optional)
*If not specified, it will be set to the built-in PostgreSQL.