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