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 を変更して、選択した列の最初の文字の EBCDIC (または ASCI にする必要がありますか?) 値を返すにはどうすればよいですか?
select substr(PLAN_SLD_CHNL_CD,1,1) from GG60.SUSP_LOG_HDR SUSP_LOG_HDR
私はDB2に非常に慣れていません。