All Questions
1 question
0
votes
1
answer
23
views
Azure SQL: Group a result based on a sub select statement
I have an issue with a query where I want to accumulate values and then group them
PS: This is a simplified example
CREATE TABLE [dbo].[OWNER](
[personId] [int] NULL,
[ownerId] [int] NULL,
...