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

Hvordan kan jeg finde ud af, om en kolonne er auto_increment i mysql?

se EKSTRA kolonnen i tabellen KOLONNER:

select * from COLUMNS where  TABLE_SCHEMA='yourschema' and TABLE_NAME='yourtable' and EXTRA like '%auto_increment%'


  1. Installation af Percona XtraDB Cluster på CentOS 7

  2. $result =mysql_query()

  3. Scrabble ordfinder med jokertegn

  4. Sådan tester du, om Ci indsatte data med succes