Aantal kolommen in een tabel (MySQL)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Zó achterhaal je het aantal kolommen in een tabel:

select count(*) from information_schema.columns where table_schema="webwinkels" and table_name="amazon_sjabloon";

Bronnen