compare

(3 posts) (2 voices)

Tags:

  1. Johan, Member

    Hi,

    Is there a function in mydbr that calculates the difference between 2 columns.
    P.ex when using mydbr.compare it would by nice to have an extra column that calculates the diffence between 2 or more columns

    Johan

  2. myDBR Team, Key Master

    Johan,
    you can use dbr.calc to do that.

    select 'dbr.calc', 'result_column', '[col1]-[col2]';

    --
    myDBR Team

  3. Johan, Member

    Ok thanks for your help.
    Johan


Reply

You must log in to post.