DF014: String literals as column aliases are deprecated.
The topic describes the DF014 T-SQL code analysis rule.
Category
Deprecated
Message
String literals as column aliases are deprecated.
Description
The ‘String literals as column aliases’ feature is not supported in the latest versions of SQL Server.
Noncompliant code example
SELECT CustomerId AS 'id' FROM dbo.Customers
Compliant solution
SELECT CustomerId AS [id] FROM dbo.Customers
Want to Find out More?
Take a quick tour to learn all about the key benefits delivered by dbForge Studio for SQL Server.
Get acquainted with the rich features and capabilities of the Studio in less than 5 minutes.
If you consider employing the Studio for your business, request a demo to see it in action.
Ready to start using dbForge Studio for SQL Server?