Drag&Drop with alias instead of full table name
Brought to you by:
wmmihaa
When you grop a column in query window the colum is
prefixed with the table name (for example
TableName.ColumnName )
but if the Table has alias (example FROM TableName
as T1) the syntax TableName.ColumnName is invalid.
Tje correct syntax is T1.ColumnName