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.
123/123.34/12345.99のような任意の量の値を、のようなコンマ区切りの値に変換する正規表現を探しています123/123.34/12,345.99。この正規表現をOracleで使用します。
123/123.34/12345.99
123/123.34/12,345.99
TO_CHAR関数を使いたくない。正規表現が必要です。
代わりに to_char とそのさまざまな機能の使用を検討してください。
SELECT TO_CHAR(-10000,'L99G999D99MI') "Amount" from dual