What you can do is alias the selected field like this:
SELECT name as [name .] FROM ...
The spaces and the dot will expand the column width.
What you can do is alias the selected field like this:
SELECT name as [name .] FROM ...
The spaces and the dot will expand the column width.