Hi team, is AUTO_INCREMENT supported when creating...
# questions-and-troubleshooting
c
Hi team, is AUTO_INCREMENT supported when creating iceberg table in StarRocks? I tried create a table with AUTO_INCREMENT column in iceberg catalog, then insert into it, got error: Column has no default value, column=trip_id.
a
AUTO_INCREMENT is only supported for native tables, right now.