Python Forum
Help with subtracting values using SQLite & Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with subtracting values using SQLite & Python
#2
To change an inventory count you can query the current count, modify the returned value, and update the database using the new value. This will work fine if you are the only user. If there are multiple users you'll want the database to perform the operation.
Reply


Messages In This Thread
RE: Help with subtracting values using SQLite & Python - by deanhystad - May-07-2022, 03:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  need help with data analysing with python and sqlite Hardcool 2 1,056 Jan-30-2024, 06:49 AM
Last Post: Athi
  python sqlite autoincrement in primary column janeik 6 3,113 Aug-13-2023, 11:22 AM
Last Post: janeik
  [Solved]Help with search statement-SQLite & Python Extra 1 1,921 May-06-2022, 07:38 PM
Last Post: Extra
  Help With Python SQLite Error Extra 10 23,582 May-04-2022, 11:42 PM
Last Post: Extra
  Python Sqlite georgebijum 0 1,621 May-04-2022, 10:12 AM
Last Post: georgebijum
  Subtracting datetimes [index] Mark17 2 3,907 Aug-21-2021, 12:11 AM
Last Post: Larz60+
  Importing data from a text file into an SQLite database with Python macieju1974 7 6,218 Jun-29-2020, 08:51 PM
Last Post: buran
  Inserting values from multiple lists sqlite azulu 1 3,234 May-24-2020, 08:40 AM
Last Post: ibreeden
  how to use items combobox in table name sqlite in python hampython 1 3,481 May-24-2020, 02:17 AM
Last Post: Larz60+
  Indexing problem while iterating list and subtracting lbtdne 2 2,891 May-14-2020, 10:19 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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