August 2010
Intermediate to advanced
526 pages
23h 39m
English
index_list — List all indexes associated with a table
PRAGMA [database.]index_list(table_name);
The index_list pragma lists all of the indexes
associated with a table. The result set will contain one row for
each index.
| Column name | Column type | Meaning |
|---|---|---|
seq
| Integer | Index sequence number |
name
| Text | Name of index |
unique
| Integer | Is UNIQUE index |
Read now
Unlock full access