2020
Generate a DOT graph of Foreign Keys dependencies
27/12/20 13:31
Recursive query generating a DOT graph of the foreign keys dependencies of the USER schema.
More...
More...
Recursive queries using WITH, CONNECT BY and graph data: some examples
10/11/20 07:48
We will compare result on a small graph using different options.More...
ORDER BY on a string containing a "version" number as string with any number of major.minor.subminor levels
03/07/20 19:47
Sorting on strings like "1.2.4", 1.10.1", … will not give the expected result… how to do it ?More...