判斷索引是否是存在

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

相關文章
相關標籤/搜索