sql >> Database teknologi >  >> RDS >> Mysql

Bestemmelse af, om MySQL-tabelindeks eksisterer før oprettelse

SELECT INDEX_NAME FROM INFORMATION_SCHEMA.STATISTICS WHERE
`TABLE_CATALOG` = 'def' AND `TABLE_SCHEMA` = DATABASE() AND
`TABLE_NAME` = theTable AND `INDEX_NAME` = theIndexName


  1. MySQL Connection Timeout Issue - Grails Application på Tomcat ved hjælp af Hibernate og ORM

  2. I en join, hvordan man præfikser alle kolonnenavne med den tabel, den kom fra

  3. mysql Ugyldigt kolonneantal i CSV-input under import af csv-fil

  4. Import eksport mysql database kommandolinje superhurtig