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