Python の mysql.connector.connect でカラム名を取得

Python の mysql.connector.connect でカラム名を取得

cursor の引き数に dictionary=True を入れる
cur = conn.cursor(dictionary=True)
が、カラムの並びが???→宿題

コメント