Is there any way to create a column of GUID type in pyspark/sql databricks?

72 Views Asked by At

I want to create a delta table with a column of GUID type. Column should not have autogenerated values I will populate the column explicitly. It should just have a GUID type. How can I do this?

0

There are 0 best solutions below