Junit4 生成测试文件路径配置${SOURCEPATH}/../../../TEST/${PACKAGE}/${FILENAME}
ORACLE 树形查询
select * from table t
start with t.id = or in
connect by prior t.id = t.parentid
2017-3-0
原文:http://www.cnblogs.com/suminor/p/6526875.html