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
When executed, it gives the error missing FROM-clause entry for table "unispr", in sql you can see that the left join is set incorrectly
SELECT
"column70_cube"."Name" "ser_table21__column70",
count("ser_table21"."VCode") "ser_table21__count"
FROM
public."ser_table21" AS "ser_table21"
LEFT JOIN dfd."Unispr" AS "column70_cube" ON "ser_table21".column70 = "unispr"."VCode"
GROUP BY
1
ORDER BY
2 DESC
LIMIT
10000
Is this a feature or a bug?
The text was updated successfully, but these errors were encountered:
I encountered a strange problem:
First cube:
Second cube:
When executed, it gives the error missing FROM-clause entry for table "unispr", in sql you can see that the left join is set incorrectly
Is this a feature or a bug?
The text was updated successfully, but these errors were encountered: