What happens when I issue ALTER TABLE on a VIEW in Azure Databricks
Instead of giving ALTER VIEW I mistakenly issued the command ALTER TABLE on a VIEW and it didn’t complain.
How to query a table having a column with Binary column datatype
I have a Delta Table Emp with HashKey column as a binary data type.
Databricks: How to query a table having a column with Binary column datatype
I have a Delta Table Emp with HashKey column as a binary data type.