Python Forum
Creating table in MySQL db with decimal number issue
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating table in MySQL db with decimal number issue
#6
(Nov-20-2020, 10:20 PM)bowlofred Wrote: It doesn't have quotes around it like the "lumber" entry does, so it's not a string. Can you show the type of the object? If you assign it to "value" for instance, what do you get for:

print(value)
print(type(value))

Maybe I just don't understand how the db stuff works with python and mysql. If I do a fetchall then it shows the number with the Decimal text before it. If I do a fetchone then it shows up as just the number.

When I do fetchone the class/type is decimal.Decimal
When I do fetchall the class/type is tuple
Reply


Messages In This Thread
RE: Creating table in MySQL db with decimal number issue - by dangermaus33 - Nov-20-2020, 10:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Mysql and mysql.connector error lostintime 2 716 Oct-03-2023, 10:25 PM
Last Post: lostintime
  Mysql Workbench table not updated CatBall 2 1,133 Feb-13-2023, 05:37 PM
Last Post: CatBall
Photo How to select NULL and blank values from MySQL table into csv python300 9 2,512 Dec-27-2022, 09:43 PM
Last Post: deanhystad
  Issue in writing sql data into csv for decimal value to scientific notation mg24 8 3,110 Dec-06-2022, 11:09 AM
Last Post: mg24
  Mysql error message: Lost connection to MySQL server during query tomtom 6 16,209 Feb-09-2022, 09:55 AM
Last Post: ibreeden
  List to table issue robdineen 2 1,480 Nov-07-2021, 09:31 PM
Last Post: robdineen
  Calculate the Euler Number with more decimal places Pedroski55 10 4,562 Oct-31-2021, 04:45 AM
Last Post: Pedroski55
  SaltStack: MySQL returner save less data into Database table columns xtc14 2 2,197 Jul-02-2021, 02:19 PM
Last Post: xtc14
  Creating a table in SQLite3 djwilson0495 2 2,082 Aug-10-2020, 03:01 PM
Last Post: djwilson0495
  Load table from Oracle to MYSQL using python himupant94 0 1,669 May-12-2020, 04:50 PM
Last Post: himupant94

Forum Jump:

User Panel Messages

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