Hi,
I want to know the meaning of ‘INDEX_NAME’.
I created a table below. And I checked ‘information_schema.index_statistics’.
create table test (a int);
select * from information_schema.index_statistics;
Table do not have primary key, but ‘information_schema.index_statistic’ show PRIMARY.
Can you tell me the reason?
Thanks,