SQL Query Verification
Hi All,
Could you please correct the below query as i am getting this error----
ERROR at line 2:
ORA-00907: missing right parenthesis
Select xxvrtx_emp_cost_center from xxvrtx_emp_cost_center_v where Person_id in (select distinct person_id from xxvrtx_emp_cost_center_v order by person_id desc)