Skip to content

A local temporary table can replace a persistent table when using RECREATE. #9078

Description

@AlexBekhtin

T1 will be replaced. It would be logical to prohibit such a RECREATE between persistent and local temporary tables.

CREATE TABLE T1 (V VARCHAR(50));

RECREATE LOCAL TEMPORARY TABLE T1 (V VARCHAR(50))
ON COMMIT PRESERVE ROWS;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions