Oracle to Derby - ConnectBy and Start With Equivalent in Derby
问题 The following Query1 is fine with Oracle. I want the same functionality to be carried out in Derby. I got the Query2, as one of the suggestion to be followed here. But still that is throwing the Error1. Please somebody help me out to get rid of this. What should I do? Query1: Select f.folder_id, f.identifier From FOLDER f, STOREENT se Where f.type = 'AttributeFolder' And se.storeent_id = f.storeent_id And se.identifier = 'Global_CAS' And f.identifier = 10051 connect by prior f.folder_id = f