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
How to define layout for index page?
I am looking to define a shared layout for some pages, according to the docs it seems like you would do something like this, and it does work if you are navigating manually to the page, but clicking links to the pages show an error "Failed to fetch dynamically imported module" where its trying to find "/routes/about.tsx" instead of "routes/(home)/about.tsx"
Is this a bug, or is there is another way to do it?
17 replies