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.
case when EXT_EMPL_TERM_DT-EXT_EMPL_STRT_DT between 0 and 30 then 1 else null end abcd;
この "abcd" ここでは、case ステートメントを介してバケット化されたデータがどこに行くべきか、つまり、どの列、別名 ???? 私たちが使用しているデータベースは nexus で、SQL を使用してクエリを実行します。お気軽にお問い合わせください。質問が得られない場合は何か
"abcd" は、この case ステートメントの結果の値の列エイリアスです。