MySQL/PRIMARY KEY
< MySQL
Jump to navigation
Jump to search
Syntax
PRIMARY KEY(index_col_name, ...)
It's not clear what the maximum number of columns is.
Documentation
Official documentation is in CREATE TABLE:
PRIMARY KEY(index_col_name, ...)
It's not clear what the maximum number of columns is.
Official documentation is in CREATE TABLE: