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 ...
- 15569 Views
- 9 replies
- 6 kudos
Latest Reply
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