Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Special holiday offer! You and a friend can attend FabCon with a BOGO code. Supplies are limited. Register now.
The doc mentions following.
But I have been able to create delta tables with columns that are 63 characters in length. Some examples below
Can someone form MS please confirm. Is there really any restricition on the length of the column, if yes, whay am I able to create these columns in the delta table with these names?
Thank you in advance.
Solved! Go to Solution.
Hi @smpa01
Based on my testing, the maximum length of a column name is actually 128 characters. If the length of the column name is greater than 128 characters, the following error message is returned when loading to a delta table:
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
Hi @smpa01
Based on my testing, the maximum length of a column name is actually 128 characters. If the length of the column name is greater than 128 characters, the following error message is returned when loading to a delta table:
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!