1 create table syspartitionkeys(-- 0 Rows, Data: 2 KB, Index: 4 KB
2 indid smallint not null,
3 id int not null,
4 colid smallint not null,
5 position smallint not null
6 )
7
8 create unique clustered index csyspartitionkeys on syspartitionkeys(-- 2 KB refcount: 8
9 id, indid, colid
10 )
11
12 alter table syspartitionkeys lock datarows
13
14 Grant Select on syspartitionkeys to public
15
Estimated Index Usage |
syspartitionkeys.csyspartitionkeys unique clustered(id, indid, colid) | 8 |
ALIASES USED for sybsystemprocs..syspartitionkeys |
k | p |
2 | 2 |
SCHEMA |
|