HIVE - PYODBC - MYSQL? #1049
-
I am connected to Databricks/Hive Database via PYODBC but I need some functions that are not available in HiveSQL like TIMEDIFF(). What is the best course of action here? |
Beta Was this translation helpful? Give feedback.
Answered by
v-chojas
Apr 1, 2022
Replies: 1 comment
-
pyODBC doesn't do anything with the query but passes it through to the underlying ODBC driver. As such, this isn't a question for pyODBC, but instead you should contact the driver and/or database vendor. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gordthompson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pyODBC doesn't do anything with the query but passes it through to the underlying ODBC driver. As such, this isn't a question for pyODBC, but instead you should contact the driver and/or database vendor.