I have a working connection between Python and MySQL. Now I would like to copy a table from MySQL into Python. The first column of a 20 row table into an array.
The internet has lots of read/print examples but no copy into a variable example.
If someone knows how to write back the same data to same table that would be great too. I thought it would be easy to read and write to a database table but it doesn’t seem to be the case.
Thanks