Próbujesz określić strukturę tabeli? Możesz zapytać o information_schema
MySQL baza danych bezpośrednio dla nazw pól:
select COLUMN_NAME from information_schema.COLUMNS where TABLE_NAME='student';
Próbujesz określić strukturę tabeli? Możesz zapytać o information_schema
MySQL baza danych bezpośrednio dla nazw pól:
select COLUMN_NAME from information_schema.COLUMNS where TABLE_NAME='student';