📄️ COPY INTO <location>
Unload Data using COPY INTO <location>
📄️ COPY INTO <table>
The COPY INTO command in Databend enables data to be loaded from files in multiple locations.
📄️ DELETE
Removes one or more rows from a table.
📄️ INSERT
Writing data.
📄️ REPLACE
The REPLACE INTO statement in Databend is used to either insert a new row into a table or update an existing row if the row already exists.
📄️ UPDATE
Modifies rows in a table with new values.