recursive-query
How to reverse the results of this query?
I\'m using Firebird 2.1. There is a table name Folders, with these fields: FolderID ParentFol开发者_运维知识库derID[详细]
2023-03-22 03:36 分类:问答PostgreSql: order result - II
REFER: postgresql: ordered result I asked this question and accepted the answer. Well, at the time of asking I had something different in my mind, but I was convinced by the accepted answer. Well, I[详细]
2023-03-21 08:45 分类:问答postgresql: ordered result
I\'ve a table that looks like: id | user_id | activity_id | activity_type | root_id | is_root | timestamp[详细]
2023-03-18 20:42 分类:问答Linq To Xml Search XML without knowing the exact structure
How would I parse the following to get the sql message .Net SqlClient Data Provider? I\'m trying to do it with Linq to xml but I\'m not having much luck. The xml is recursive so I cant be certain wha[详细]
2023-03-18 20:34 分类:问答How can you detect a parent with a nested relationship in a database using SQL?
I\'m using Firebird 2.1.There is a table name Folders, with the fields: Fol开发者_如何学JAVAderID[详细]
2023-03-17 23:45 分类:问答How to optimize LINQ-to-SQL for recursive queries?
I have the following SQL table: ObjectTable -------------------------------------------------- |ID|Name|Order|ParentID|[详细]
2023-03-17 18:48 分类:问答LINQ to SQL recursive problem
I want to convert the following query (which is working correctly) from query syntax to LINQ syntax, but I can\'t seem to get it right:[详细]
2023-03-15 07:22 分类:问答CONNECT BY or hierarchical queries in RDBMS other than Oracle
Oracle ships with a very handy feature. You can create hierarchical queries (recursive behaviour) using the following clause:[详细]
2023-03-14 02:50 分类:问答How to recursively list all the files in a directory in C# and copy all files to another directory
I am trying to write a c# console application that recursively reads through a certain folder. In these folders are thousands of .jpg images[详细]
2023-03-07 16:24 分类:问答SQL Query: Fetch ordered rows from a table - II
Following are some entries from a table: idr_ida_idp_id 1990 29105108 391029 49106105 59108102 610100 7101518[详细]
2023-03-06 21:56 分类:问答