Anzahl der Zeilen in der SQL -Tabelle zu zählen
SELECT count(*)
FROM information_schema.columns
WHERE table_name = 'Your_table_nale';
Light Leopard
SELECT count(*)
FROM information_schema.columns
WHERE table_name = 'Your_table_nale';