Should I quote numbers in SQL?

后端 未结 7 1438
逝去的感伤
逝去的感伤 2020-12-06 16:21

I remember reading about quoting stuff when doing a SQL query and that when you quote something, it becomes a string. I also read that numbers should not be quoted. Now, I c

相关标签:
7条回答
  • 2020-12-06 17:06

    I don't know what you may have read, but don't quote numbers.

    0 讨论(0)
提交回复
热议问题