I am trying to create the table using below codes but the column name do not show schema name.
Select customer as `tablename.customer`
From tablename
Also, I tried
Select customer as [tablename.customer]
From tablename
Any suggestions?
Thank you, KP