Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.

Answered Oracle to SQL Query

  • Friday, January 18, 2013 6:24 AM
     
     

    Hi All,

    I am having trouble in converting the oracle query to SQL query.

    select distinct d.subtype,l.valdate,l.attrtype,d.name,c.catname,d.createdby,d.createdate from llattrdata l, dtree d,
    catregionmap c where d.dataid in (select dataid from dtree start with dataid in(57103) connect by prior dataid=parentid) and d.dataid=l.id and l.defid=c.catid

    Help me on this.....

    Regards,

    Ravi

All Replies