EN
MySQL - how to display indexes from table?
1 answers
0 points
How to display indexes from a table using query in MySQL?
1 answer
0 points
Use the following query:
xxxxxxxxxx
1
SHOW INDEX FROM `your_table_name`;
0 commentsShow commentsAdd comment