1
(click on this box to dismiss)
How do I list the indexes from a table?
How do I list the indexes from a table using a SQL Query?
1
Answer
0
SHOW INDEX FROM mytable;
You can use either INDEX or INDEXES as well as FROM or IN. For more information, see the manual http://www.cubrid.org/manual/840/en/SHOW%20INDEX%20Statement.
asked 2 years ago
viewed 501 times