判断索引是否是存在

SELECT *
FROM information_schema.statistics
WHERE table_name = 'emp'
AND index_name = 'empindex'
LIMIT 0 , 30
php

相关文章
相关标签/搜索