Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQLに従って機能するはずの結果にOまたは0文字が含まれる可能性のある詳細をフェッチしようとしていますが、
SELECT id FROM customer_table where id LIKE '%(O|0)%'
しかし、これは Zuora の ZOQL では機能せず、基準を満たす全体があるにもかかわらず結果はゼロになります。
この変更機能は Zuora にはありませんか? 両方の式に OR を使用する以外に回避策はありますか?