Hello,
I noticed that SQL Prompt has a different completion behaviour on a simpel query:
SELECT FROM Sales.[SalesOrderHeader]
SELECT * FROM Sales.[SalesOrderHeader] AS soh
In the first case, where there is nothing for the columns, there is no alias put automatically, while if there is a *, the alias does appear...
With kind regards,
Emmanuel
I noticed that SQL Prompt has a different completion behaviour on a simpel query:
SELECT FROM Sales.[SalesOrderHeader]
SELECT * FROM Sales.[SalesOrderHeader] AS soh
In the first case, where there is nothing for the columns, there is no alias put automatically, while if there is a *, the alias does appear...
With kind regards,
Emmanuel