问题
Say, I have table T where some row can contain reference to another row in the same table. Generally speaking I want to build recursive entity. What is most appropriate and efficient way to do that using SQLite?
来源:https://stackoverflow.com/questions/40299173/sqlite-and-recursive-data