When a query stored procedure presents the returned values on the UI, numeric values are right justified regardless of the column type. For example a value of '12345a' is left justified and a value of '12345' iright justified, even tough the column type is varchar.