0
I’m trying to get the last record of a column in Mysql but Python only returns "1", is an ID record with auto_incriment. I tried several ways, in some I was returned the whole column, in other era returns "1". Currently the code is like this:
d = cur.execute("SELECT MAX(Id) FROM Pings")
If you run this command directly on the bench which is the result shown?
– Jéf Bueno