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.
列の値を右揃えに設定したい..
これを試して:
column colum_name justify right
lpad を使用することもできます。
select lpad('AAA', 7) from dual