Comments
1 comment
-
the post is not shown as in the editor, I try again:"dml": {"clauses": {},"listItems": {},"addNewLineAfterDistinctAndTopClauses": true,"collapseStatementsShorterThan": 75,"collapseShortSubqueries": true,"collapseSubqueriesShorterThan": 75,"listItems": {"placeGroupByAndOrderByOnNewLine": "always","placeFromTableOnNewLine": "always","placeWhereConditionOnNewLine": "always"}},SelectObject1.[RepoObject_fullname] As ReferencingObjectName, Object1.[RepoObject_type], Object2.[RepoObject_fullname] As ReferencedObjectName, Object2.[RepoObject_type]--, Object1.[RepoObject_guid]--, Object2.[RepoObject_guid]From[graph].[RepoObject] As Object1, [graph].[ReferencedObject] As referenced, [graph].[RepoObject] As Object2Where MATCH(Object1-(referenced)->Object2)And Object1.[RepoObject_type] In ( 'u', 'v' )And Object2.[RepoObject_type] In ( 'u', 'v' )Order ByObject1.[RepoObject_fullname], Object2.[RepoObject_fullname]
Add comment
Please sign in to leave a comment.
formatted sql