POSTGRESQL查询:如果有空格,查询将不返回结果,如果使用下划线,则查询将返回结果

时间:2018-11-25 13:35:32

标签: postgresql

您能帮忙解决这个奇怪的问题吗? 我有一个postgresql表数据库,当我尝试查询时,结果为空:

select * from abdata_entry where abcolumn_display='Ag antam' and job_reference='jr19112018' and id_sample='9'

如您所见,“ Ag antam”之间存在空格。此查询将不会返回任何结果。

但是,如果我添加下划线这样的Ag_antam,查询将返回预期的结果。 表中的实际字符串是不带下划线的Ag antam。 这是屏幕截图:

result after add underscore

no result without underscore

0 个答案:

没有答案