зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
6 строки
185 B
Plaintext
6 строки
185 B
Plaintext
https://edu.postgrespro.ru/sqlprimer/sqlprimer-2019-msu-06.pdf
|
|
! p18
|
|
|
|
create unique index <index-name> on <table-name> (col1, col2, ...);
|
|
! nulls are accepted at unique indices
|