cancel
Showing results for 
Search instead for 
Did you mean: 
Data Governance
Join discussions on data governance practices, compliance, and security within the Databricks Community. Exchange strategies and insights to ensure data integrity and regulatory compliance.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

lizou
by Contributor III
  • 15569 Views
  • 9 replies
  • 6 kudos

no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columns

no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columnstable definition exampleCREATE TABLE tyable_name ( UniqueID bigint not null GENERATED ALWAYS AS IDENTITY ,  ID varchar(256))looks like ...

image
  • 15569 Views
  • 9 replies
  • 6 kudos
Latest Reply
Subiksha
New Contributor II
  • 6 kudos

if you look at the official document here: https://docs.databricks.com/gcp/en/sql/language-manual/information-schema/columnsmany of them are "Always NULL, reserved for future use."so I think the feature simply isn't available to use yet. It's seems i...

  • 6 kudos
8 More Replies
Labels