テーブルに新しい列を追加しました。表の列は次のとおりです。
Identifier(unique identity but not joinable to the other table)
ClinicalID(int)
senttime(datetime)
orgID(int-new column)
送信された時間に基づいて、別のテーブルから新しい列を更新する必要があります。送信時間がどの日付範囲に該当するかを確認し、それに応じて orgID を更新する必要があります。他のテーブルの列:
ClinicalIDentifier
org ID(int)
old orgID(int)
effectivefromtime
effectivethrutime
私が直面している問題は、senttime が他のテーブルの有効な fromtime である場合、senttime が > effective fromtime である同じ ClinicalID の他の組織 ID を表示することです。
日付範囲の比較に行き詰まっています。
さらに情報が必要な場合はお知らせください