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.
select trunc('11.01') from dual
出力: 11
ジャスパーレポートのデータ型は BigDecimal として取得しています。それを文字列として取得するための回避策はありますか。