1
我創建了一個加密表。我想在表格中搜索特定字符串不管的情況,但我不能讓它工作區分大小寫的aes_decrypt查詢
要搜索的字符串(職員)
select aes_decrypt(category, 'salt') from testtable where aes_decrypt(category, 'salt') like 'Staff'
上面的查詢工作
select aes_decrypt(category, 'salt') from testtable where aes_decrypt(category, 'salt') like 'staff'
上述查詢不起作用。我怎樣才能搜索'工作人員'不管案件