Am I thinking about queries the right way? #125
Unanswered
peytonrunyan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Follow up to my last question. I have no logical programming background and I'm trying to piece this together.
I have a table of summarie, where each summary is a summary of multiple messages. It includes the UUID of the last message that was summarized. I want to retrieve all messages that have been sent since my latest summary.
Here's the resultant query. It works. Is this the right way to think about these things, or am I going about this the wrong way? Also, is there a better place to ask these questions?
Beta Was this translation helpful? Give feedback.
All reactions