Python Forum

Full Version: Reading data from mysql.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
there is a table, let's call it test. The table has columns (let's call id, date, name1, name2). The data is entered into the table. Tell me how to correctly make a request in python to read the latest data from the name1 column.
thanks, figured it out