Forum Discussion
DennesTorres
Power Participant
3 years agoHow to list Table Properties
Hi, A table can have multiple properties, such as the v-order optimization. Some statements related to these properties are explained on the link https://learn.microsoft.com/en-us/fabric/data-e...
chetnachaudhari
Advocate I
3 years agoDennesTorres The traditional statement to see table properties is working fine from notebooks.
I just verified it using below code snippet
%%sql
SHOW TBLPROPERTIES dim_calendar
DennesTorres
Power Participant
3 years agoHi,
I just tried it again and it's not working. Maybe I'm doing something wrong? I get a simple syntax error as feedback
Kind Regards,
Dennes