ποΈ ALTER TABLE
Description
ποΈ BACKUP
Description
ποΈ CANCEL ALTER TABLE
Description
ποΈ CANCEL BACKUP
Description
ποΈ CANCEL RESTORE
Description
ποΈ CREATE INDEX
Description
ποΈ CREATE REPOSITORY
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 REPOSITORY
Description
ποΈ DROP TABLE
Description
ποΈ RECOVER
Description
ποΈ REFRESH EXTERNAL TABLE
Description
ποΈ RESTORE
Description
ποΈ SELECT
Description
ποΈ SHOW ALTER TABLE
Description
ποΈ SHOW BACKUP
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 REPOSITORIES
Description
ποΈ SHOW RESTORE
Description
ποΈ SHOW SNAPSHOT
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.