michael
Explore posts from serversDTDrizzle Team
•Created by michael on 3/25/2024 in #help
Help with a complicated statement.
This is my first time using SQL, I would like help with how I should write the statement to get my data in the desired format. For example I have this schema:
I would like a statement to return the data in this format:
The most important part, where "clicks" is the sum of clicks from each slug from each entry of each public link. If that makes sense.
2 replies