Alberto_Umana
Databricks Employee
Databricks Employee

Hi @jeremy98,

You can use the TIMESTAMP and TIMESTAMP_NTZ data types to handle date and time values, similar to the DATETIME type in PostgreSQL. However, Databricks does not have a direct equivalent to PostgreSQL's TIMEDELTA type

https://docs.databricks.com/ja/sql/language-manual/sql-ref-datatypes.html

View solution in original post