How can we help you today? How can we help you today?
Chris

Activity overview

Latest activity by Chris

Format fails when column alias matches existing column
I have some SQL similar to the below example and it fails to format because it adds the table alias to the column alias when the column alias is the same as an existing column inside the IF, I need...
2 followers 5 comments 1 vote
PIVOT
In the sample query below [object_id] and [type_desc] are underlined in green because they're unqualified. SQL Prompt does not automatically add the [p]. aliases and if I manually add them and then...
Edited 2 followers 0 comments 0 votes
JSON_ARRAYAGG
I'm using SQL Prompt 11.0.8 on Azure SQL database, using an example from Microsoft's JSON_ARRAYAGG documentation:SELECT TOP(5) c.object_id, JSON_ARRAYAGG(c.name ORDER BY c.column_id) AS column_list...
3 followers 2 comments 0 votes
CONCAT_WS
This is a new function in SQL Server 2017, SQL Prompt puts it in square brackets when I 'Format SQL', which causes a syntax error.
2 followers 2 comments 0 votes