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.
フィールドの長さを40にするために、以下のSQLクエリを書きました。
しかし、私はエラーを受け取っています
to_char('IST'||' '||to_char(to_date(sysdate), 'mmyyyy'),40) des
RPAD 機能を使用します。
RPAD('IST'||' '||to_char(to_date(sysdate), 'mmyyyy'),40)