我有一个9.4.1版本的Postgresql数据库。某些表的某些列的值是加密的,现在我有了这样的场景,我需要在where条件下使用类似模式的加密列。为了加密列下的数据,我使用了AES加密方案,并且只在java端执行了encryption()和decryption(),所以现在我的数据库不知道存储了什么明文值。 上面的逻辑对于精确搜索非常有效,但就像搜索在这里失败一样 例如:假设customer表的customername列下的数据是加密的,我想对customername执行like搜索,如下所示。 select customer_id from customer where customer