Snowflake Vs MS-SQL - Part 44 - Select a Column using column order
You need to perform multiple steps using SP_RENAME. You can mention the column name in the SELECT clause as below:
In Snowflake, we can use a similar approach as above. However, Snowflake has a different approach i.e you can mention column order instead of column name as below:
Yogesh Shinde
Comments
Post a Comment