Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Right Justify Contents of a Column

Author  Topic 

dsnider
Starting Member

4 Posts

Posted - 2007-08-17 : 13:00:40
I am new to SQl and need to create a numeric field (15,2) that is right justified. Any help would be greatly appreciated.

jimf
Master Smack Fu Yak Hacker

2875 Posts

Posted - 2007-08-17 : 13:10:20
Go into Tools\Options\QueryResults\Results to Text and select Right Align numeric values

Jim
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-08-18 : 01:18:46
quote:
Originally posted by dsnider

I am new to SQl and need to create a numeric field (15,2) that is right justified. Any help would be greatly appreciated.


If you want to show data in front end, you can easily do there

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -