Forum Replies Created

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

  • RE: Remove Decimals Without Rounding

    Sorry the variable value got stripped out... here you go

    If you're like me and want to clean up the decimal places during your select statement, you can use the following...

  • RE: Remove Decimals Without Rounding

    If you're like me and want to clean up the decimal places during your select statement, you can use the following function set:

    Replace(Left( as varchar))), '.', '') as YourAlias

    This...

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