Use the SHOW CREATE INDEX
command to see what query was used to create the specified index.
Parameter | Description |
---|---|
index_name | The index to show the query of. |
t3
and an index idx1
on t3
.
SHOW CREATE INDEX
command on idx1
to see the query used.