Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Wie zähle ich Spalten einer Tabelle?

SELECT count(*)
FROM information_schema.columns
WHERE table_name = 'tbl_ifo'