标签: mysql string integer
我不知道为什么会这样。下面的Sql语句返回'test2'。为什么这样做?它似乎只捕获我给出的第一个数字。我期待一个空洞的结果。
查询:
SELECT article FROM news WHERE id = '2aas13'
表'新闻':
id | article ------------ 1 | test 2 | test2 3 | test3
使用的数据库:mysql