larrydavid
Programmer
Hello,
In my SELECT statement I have the following:
The output of which is:
I have been researching and trying several approaches towards getting the output to display as follows:
This is not turning out to be a trivial task as I thought it might be. I thought there might be a straightfoward way to approach this. If someone could please show me how to do this I would greatly appreciate it.
Thanks,
Larry
In my SELECT statement I have the following:
Code:
[Open_Rate_Current] = isnull(ROUND(Open_Rate_Current / 1000000,2),0),
The output of which is:
Code:
0.77000000
I have been researching and trying several approaches towards getting the output to display as follows:
Code:
0.77
This is not turning out to be a trivial task as I thought it might be. I thought there might be a straightfoward way to approach this. If someone could please show me how to do this I would greatly appreciate it.
Thanks,
Larry