You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
I found this when I was trying to create a query that will return a list of task.
Here is the query
Here are the sample data for both table, task(master) and item(detail).
So with the Sample data above the query should just return one row of task id (1) and description (example A), but somehow it return twice.
The result will be correct when third data row(commented) is added, which will return two task id(1, 2) and two description(example A, example B).
Here is the example: jsfiddle
The text was updated successfully, but these errors were encountered: