Posts
Sort by recent activity
Pivot query wildcard expansion gives wrong table alias.
SQL Prompt Version 7.0.0.52
SQL Server 2008 R2
Using the example below when using the wildcard expansion on SELECT * the results are:
SELECT data.Color , data.Shape , data.Quantity.
This fails w...