Replies: 1 comment
-
|
I'm very frustrated. The code is fully OK. I've just deleted the app, inputed the data once again, run the query and everything is in place. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have 3 linked tables. One is omitted.
First table
It has two records: [ ('t1', 'tag1', 'green'), ('id2', 'tag2', 'red') ]
Second table
It has one record: [ ('d1', 't1', 'some_author_id', 'not done') ]
I try to get dos marked by tag1:
and I have got
[].What I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions