ISNUMERIC('07213E71') = True?

后端 未结 5 2089
暖寄归人
暖寄归人 2020-12-17 16:59

SQL is detecting that the following string ISNUMERIC:

\'07213E71\'

I believe this is because the \'E\' is being classed as a mathmatical symbol.

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-17 17:57

    To nitpick: This is a whole integer. It is equivalent to 7213 * 10 ^ 71.

提交回复
热议问题