We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
When replace = with 'LIKE', got excepted result. But I think this is strange.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: