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.
UDF でデータを読み取って処理する方法 (ルックアップなど) はありますか?
StoredProcedures のサンプルしか見たことがありません。UDF では、getContext() 関数でエラーが発生します。
いいえ。渡されたものに対してのみ操作できます。ルックアップを UDF コードに埋め込むことができれば、可能です。コレクションからルックアップ データを取得する必要がある場合は、ストアド プロシージャが最適なオプションです。