Python Forum
Mysql returning number of rows not data
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mysql returning number of rows not data
#2
It looks like your sql statement has some COUNT in it. Check that your sql statement is indeed what you show in the code (e.g. if you had COUNT and then edit the file, make sure it is saved).
Also your print statement will yield list of tuples or something like this (e.g. dict depending on settings/options) and no column names. i.e. the output shown is not exact output from the code and possibly you have extra code.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: Mysql returning number of rows not data - by buran - Jun-10-2019, 10:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with writing monitored data to mysql upon change of one particular variable donottrackmymetadata 3 392 Apr-18-2024, 09:55 PM
Last Post: deanhystad
  Create X Number of Variables and Assign Data RockBlok 8 1,067 Nov-14-2023, 08:46 AM
Last Post: perfringo
  Returning Column and Row Data From Spreadsheet knight2000 0 489 Oct-22-2023, 07:07 AM
Last Post: knight2000
  Mysql and mysql.connector error lostintime 2 762 Oct-03-2023, 10:25 PM
Last Post: lostintime
  how do you style data frame that has empty rows. gsaray101 0 555 Sep-08-2023, 05:20 PM
Last Post: gsaray101
  Sequential number for rows retrieved and storing the Primary UKey to the line number GYKR 2 639 Aug-22-2023, 10:14 AM
Last Post: GYKR
  (Python) Pulling data from UA Google Analytics with more than 100k rows into csv. Stockers 0 1,287 Dec-19-2022, 11:11 PM
Last Post: Stockers
  How to properly format rows and columns in excel data from parsed .txt blocks jh67 7 1,997 Dec-12-2022, 08:22 PM
Last Post: jh67
  Basic SQL query using Py: Inserting or querying sqlite3 database not returning data marlonbown 3 1,459 Nov-08-2022, 07:16 PM
Last Post: marlonbown
  Mysql error message: Lost connection to MySQL server during query tomtom 6 16,444 Feb-09-2022, 09:55 AM
Last Post: ibreeden

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020