📄️ ALTER TABLE
Description
📄️ CANCEL ALTER TABLE
Description
📄️ CREATE INDEX
Description
📄️ CREATE TABLE
Create a new table in StarRocks.
📄️ CREATE TABLE AS SELECT
Description
📄️ CREATE TABLE LIKE
Description
📄️ DELETE
Deletes data rows from a table based on the specified conditions. The table can be a partitioned or non-partitioned table.
📄️ DESC
Description
📄️ DROP INDEX
Description
📄️ DROP TABLE
Description
📄️ REFRESH EXTERNAL TABLE
Description
📄️ SELECT
Description
📄️ SHOW ALTER TABLE
Description
📄️ SHOW CREATE TABLE
Returns the CREATE TABLE statement that was used to create a given table.
📄️ SHOW DELETE
Description
📄️ SHOW DYNAMIC PARTITION TABLES
Description
📄️ SHOW FULL COLUMNS
Description
📄️ SHOW INDEX
Description
📄️ SHOW PARTITIONS
Description
📄️ SHOW TABLES
Description
📄️ SHOW TABLET
Description
📄️ TRUNCATE TABLE
Description
📄️ UPDATE
Updates rows in a Primary Key table.
📄️ AUTO_INCREMENT
Since version 3.0, StarRocks supports the AUTOINCREMENT column attribute, which can simplify data management. This topic introduces the application scenarios, usage and features of the AUTOINCREMENT column attribute.