Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Calculating percentages

    If you are trying to get what percentage is 426 out of 852 then

    Try this out..

    select (426 + .0)/ (852) * 100

    Result

    50.000

    Don't tell me it doesn't work because I've tried...

  • RE: Calculating percentages

    If you are trying to get what percentage is 426 out of 852 then

    Try this out..

    select (426 + .0)/ (852) * 100

    Result

    50.000

    Don't tell me it doesn't work because I've tried...

Viewing 2 posts - 1 through 2 (of 2 total)