August 2010
Intermediate to advanced
526 pages
23h 39m
English
index_info — List table and columns contained in an index
PRAGMA [database.]index_info(index_name);
The index_info pragma queries information about a
database index. The result set will contain one row for each
column contained in the index.
| Column name | Column type | Meaning |
|---|---|---|
seq
| Integer | Column sequence number |
cid
| Integer | Column index within table |
name
| Text | Name of column |
Read now
Unlock full access