how to Rename a column in Synpase table which has periods ??

Kulasekar Paranthaman 1 Reputation point
2022-11-24T14:43:33.73+00:00

for example I have a table raw.SAM and it contains two columns SAM.ID,SAM.Name . now I want to rename the column to ID and Name , SP rename is not working
263910-image.png

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,359 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Evgeny Grishchenko 486 Reputation points
    2022-11-26T12:04:53.597+00:00

    "If column names contain any characters except letters, numbers, and underscores, the name must be delimited by enclosing it in back quotes (`)."

    Could you try?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.