how to fetch data of latest foreign key in a multi-data foreign key table #1956
Unanswered
kartik-579
asked this question in
Q&A
Replies: 3 comments 5 replies
-
Does the table include a timestamp column that you could sort by to retrieve the last inserted record by workflow_id? |
Beta Was this translation helpful? Give feedback.
0 replies
-
there is one column with timestamp, but i need all entries relating to last workflow_id and not just the latest one. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I believe you could do something similar to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a table which have a foreign key 'workflow_id'. One 'workflow_id' can correspond to multiple entries in the table. I want to fetch all the entries of the latest 'workflow_id.
Beta Was this translation helpful? Give feedback.
All reactions