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) Column values ​​that are actually not NULL are displayed as NULL #523

Closed
hiroyuki0415 opened this issue Aug 6, 2024 · 0 comments · Fixed by #531
Closed

Comments

@hiroyuki0415
Copy link

SELECT   sc1.objectid,
         --(※) sc1.componenttypename AS [sc1_componenttypename],
         sc1.componenttype AS [sc1_componenttype]
FROM     (SELECT sc.solutionidname AS uniquename,
                 sc.componenttypename,
                 sc.componenttype,
                 sc.objectid
          FROM   solutioncomponent AS sc
          WHERE  sc.solutionidname IN ('msdyn_PowerAppsChecker')) AS sc1
ORDER BY sc1.objectid;

The value of [componenttype] changes depending on whether (※) is commented out or not:

  • normal
    actual_1
  • comment out
    actual_2
@MarkMpn MarkMpn linked a pull request Aug 24, 2024 that will close this issue
@MarkMpn MarkMpn mentioned this issue Aug 24, 2024
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