Generate select feature in Toad 9 be like:
Select t.colName From TableName t
Meanwhile in Toad 13:
Select colName From TableName
I recently upgraded my Toad from 9 to 13. I need table synonym as before. Is there any way to go back to the old generate select way?