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

Query with "Custom Field" and more than 30 columns #51

Open
suedschwede opened this issue May 5, 2020 · 0 comments
Open

Query with "Custom Field" and more than 30 columns #51

suedschwede opened this issue May 5, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@suedschwede
Copy link

ClickHouse exception, code: 47, host: 194.182.175.90, port: 8123; Code: 47, e.displayText() = DB::Exception: Missing columns:

After 30 columns the alias "source" is not used anymore

Example
SELECT source.id AS id,

analytics.tablename.column1 AS column1
FROM (SELECT analytics.tablename.id,

analytics.tablename.column1
.) source

@slvrtrn slvrtrn removed the prio-low label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants