How can I change the precision of float values displayed through isql?
By default, isql displays only 6 digits of float or real data after the decimal point, rounding off the remainder. You can change the precision of display for float values in isql by using the str function. Using the str function documented in the Sybase Adaptive Server Enterprise Reference Manual, you can display more digits as: 1> select str(floatcol, length1, length2) from