标签: salesforce soql salesforce-service-cloud
我通过REST从REST API调用SOQL查询。我正在使用以下SOQL查询搜索电话号码。我想在where子句中修剪手机。我试过了.hilight { background-color: yellow; } 和MobilePhone.trim()它没有用。我该怎么做?
.hilight { background-color: yellow; }
MobilePhone.trim()
trim(MobilePhone)
感谢。
答案 0 :(得分:2)
在SOQL的“where”条件下无法使用“trim”功能。