Hi ,
Am trying to convert Oracle SQl into Teradata, but i could not found out the equivalent function in oracle.
Please suggest me how to connect below oracle SQL into teradata.
SELECT * FROM EMRADMIN.MT_MOORES_ALL_OPS
START WITH PARENT='Moores Stores'
CONNECT BY PARENT = PRIOR CHILD
↧