标签: sql oracle sqlplus
我想将列值设置为右对齐..
答案 0 :(得分:0)
试试这个:
column colum_name justify right
您也可以使用lpad:
select lpad('AAA', 7) from dual