ISNUMERIC('07213E71') = True?

后端 未结 5 2094
暖寄归人
暖寄归人 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:54

    You have to ensure it out of the call to the database, whatever the language you work with, and then pass the value to the query. Probably the SQL is understanding that value as a string.

提交回复
热议问题