by 박혜은 [2007.07.03 12:18:33]
column hierchar FORMAT A12select lpad(last_name, length(last_name)+(level*2)-2,'★') as 'hierchar'from employeesstart with last_name = 'King'connect by prior employee_id = manager_id
isqlplus에서는 제대로 작동하는데요...
sqlplus에서는 작동이 안되요~~~~
고수님들 도와주세요~~~