Posts by asoares • 1 point
1 post
-
0
votes2
answers52
viewsA: Transform long/varchar data to string
If the goal is to get the number of rows returned in the query, you can use the "rowcount", which is a property of the cursor referring to the last "run": e = cur.execute("SELECT Timestamp FROM…