Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug](V9.2.0) LEFT OUTER JOIN on metadata gives wrong result #516

Closed
hiroyuki0415 opened this issue Jul 16, 2024 · 0 comments · Fixed by #517
Closed

[Bug](V9.2.0) LEFT OUTER JOIN on metadata gives wrong result #516

hiroyuki0415 opened this issue Jul 16, 2024 · 0 comments · Fixed by #517

Comments

@hiroyuki0415
Copy link

LEFT OUTER JOIN behaves like INNER JOIN:

SELECT a.entitylogicalname,
       a.attributetypename,
       a.logicalname,
       a.targets,
       p.logicalname
FROM   metadata.attribute AS a
       LEFT OUTER JOIN
       metadata.entity AS p
       ON a.targets = p.logicalname
WHERE  a.entitylogicalname IN ('team');

スクリーンショット 2024-07-16 12 42 16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant