SELECT category_id
FROM tcategory
START with category_id = 10
CONNECT BY PRIOR category_id = parent_id)
Do you have indexes on category_id and Parent_id?
|
Results 1 to 10 of 20
Thread: SQL Query tuningThreaded View
|
Click Here to Expand Forum to Full Width |