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
ATTACH [DATABASE | TABLE | DICTIONARY]
ATTACH DATABASE default ENGINE = Ordinary
Invalid expression / Unexpected token. Line 1, Col: 24. ATTACH DATABASE 🔻default🔻 ENGINE = Ordinary
ATTACH TABLE sophisticated_default ( `a` UInt8 DEFAULT 3, `b` UInt8 ALIAS (a - 3) + 9, `c` UInt8 ) ENGINE = Memory
Invalid expression / Unexpected token. Line 1, Col: 35. ATTACH TABLE 🔻sophisticated_default🔻 ( `a` UInt8 DEFAULT 3, `b` UInt8 ALIAS (a - 3) + 9, `c` UInt8 ) ENGINE = Memory
Docs on ATTACH here: https://clickhouse.com/docs/en/sql-reference/statements/attach
The text was updated successfully, but these errors were encountered:
d92964b
parsed as a command
Sorry, something went wrong.
Fix: clickhouse attach command closes tobymao#1608
5825253
No branches or pull requests
Docs on ATTACH here: https://clickhouse.com/docs/en/sql-reference/statements/attach
The text was updated successfully, but these errors were encountered: