Snažíte se určit strukturu tabulky? Můžete se dotazovat na information_schema
MySQL databáze přímo pro názvy polí:
select COLUMN_NAME from information_schema.COLUMNS where TABLE_NAME='student';
Snažíte se určit strukturu tabulky? Můžete se dotazovat na information_schema
MySQL databáze přímo pro názvy polí:
select COLUMN_NAME from information_schema.COLUMNS where TABLE_NAME='student';