テーブル構造を決定しようとしていますか? MySQLのinformation_schema
をクエリできます フィールド名のデータベース:
select COLUMN_NAME from information_schema.COLUMNS where TABLE_NAME='student';
テーブル構造を決定しようとしていますか? MySQLのinformation_schema
をクエリできます フィールド名のデータベース:
select COLUMN_NAME from information_schema.COLUMNS where TABLE_NAME='student';