1.原有值的获取方式select a from table xx改成select - from table xx默认正常情况下amt是正数,如此进行修改就是负数了2.保障情况的修改方式若担心amt是负值,则可以进行如此修改select -abs(a) from table xx