We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DROP EXTERNAL STREAM ..
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
After running CREATE EXTERNAL STREAM ..., the user cannot run DROP EXTERNAL STREAM name. Has to run DROP STREAM name
CREATE EXTERNAL STREAM ...
DROP EXTERNAL STREAM name
DROP STREAM name
jove-mbp14.local :) drop external stream github Syntax error: failed at position 15 ('stream'): drop external stream github Expected TABLE
This is not intuitive
The text was updated successfully, but these errors were encountered:
zliang-min
No branches or pull requests
After running
CREATE EXTERNAL STREAM ...
, the user cannot runDROP EXTERNAL STREAM name
. Has to runDROP STREAM name
This is not intuitive
The text was updated successfully, but these errors were encountered: