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

Wrong result by SQL Lab in Superset #54

Open
uedahiro4 opened this issue Nov 7, 2022 · 1 comment
Open

Wrong result by SQL Lab in Superset #54

uedahiro4 opened this issue Nov 7, 2022 · 1 comment

Comments

@uedahiro4
Copy link

In SQL Lab in Superset, it replies zero result if you add the condition such as

SELECT *
FROM xapi_statements
WHERE "statement.actor.account.name" = 'admin';

But, below query replies all the record of all the record.

SELECT *
FROM xapi_statements;

Is this the bug of Superset?

@uedahiro4
Copy link
Author

When replace = with 'LIKE', got excepted result. But I think this is strange.

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

No branches or pull requests

1 participant