I\'m not asking for the SHOW COLUMNS command.
SHOW COLUMNS
I want to create an application that works similarly to heidisql, where you can specify an SQL query and w
Try:
cursor.column_names
mysql connector version:
mysql.connector.__version__ '2.2.9'