Amazon web services – T-SQL alias '=' not working in AWS Redshift
I found that aliasing using the '=' format is not working in AWS Redshift. Is there any possible way to resolve this without changing on existing query? In SQL Server: select fileid AS ID from tableA -- Working select [ID]…