databend
databend copied to clipboard
Feature: temp table
Adding support for snowflake TEMP Table
We would like to know how to create TEMP table in databend similar to snowflake ?
create or replace TRANSIENT table MOCK_1.STUDENT AS SELECT CLAUSE FROM SOURCE_TABLE
The Databend does not currently support Temp Tables.
The tranisent table just a orginal table without time travel.
This feature is prioritized in our development plan. cc @dantengsky
@BohuTANG Could you please let me know when this feature would be released?
Thanks!
I think it works now, see the document: https://docs.databend.com/sql/sql-commands/ddl/table/ddl-create-temp-table
@BohuTANG Thanks may i know in which last version (nightly tag) the feature did complete so that we can upgrade to it and keep a note as well?
@Shanmugavel-J Introduced or updated: v1.2.666, but to create temporary tables using BendSQL, ensure you are using the latest version of BendSQL.
Done https://docs.databend.com/sql/sql-commands/ddl/table/ddl-create-temp-table