Skip to content

Invalid syntax in DROP STREAM statement #60

Description

@Imran-imtiaz48

The statement

DROP STREAM tasty_bytes.raw_pos.order_header_stream ON TABLE tasty_bytes.raw_pos.order_header;
is incorrect. In Snowflake, DROP STREAM does not support the ON TABLE clause. The correct syntax is simply:

DROP STREAM tasty_bytes.raw_pos.order_header_stream;

The ON TABLE clause is used only when creating a stream, not when dropping it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions