TSQL Calculation

  • Your parenthesis don't match, You have an extra open one, and you need to either remove it or determine where you're missing the closing one.

  • Try

    ((lease_new_amount - lease_original_amount ) / 30.5)

    you have 7 opening and 6 closings in it.

    SQL DBA.

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

You must be logged in to reply to this topic. Login to reply