Python Forum
how to insert list into database
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to insert list into database
#3
X = "HELLO"
Y = "RAJESH"
list = [X,Y]

INSERT INTO table VALUES ('%s') %s list
Reply


Messages In This Thread
how to insert list into database - by zubair - Nov-17-2018, 05:40 PM
RE: how to insert list into database - by Larz60+ - Nov-17-2018, 10:34 PM
RE: how to insert list into database - by rajesh1997 - Feb-05-2019, 12:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  store all variable values into list and insert to sql_summary table mg24 3 1,143 Sep-28-2022, 09:13 AM
Last Post: Larz60+
  Populate Dropdown list from Database TommyAutomagically 4 4,530 Nov-02-2021, 05:23 PM
Last Post: ndc85430
  openpyxl insert list with formulas Irv1n 1 1,555 Sep-16-2021, 08:10 AM
Last Post: Irv1n
Photo Insert 0 values in database saljuaid 4 2,591 Nov-08-2020, 12:09 PM
Last Post: saljuaid
  Datas are not insert into database aravinth 1 2,197 Dec-21-2019, 04:17 PM
Last Post: buran
  Create application that will take information from database and insert into PDF sorrelsj 1 2,073 Aug-19-2019, 10:08 PM
Last Post: Gribouillis
  Store a python list of lists in a database to use for searches later on klllmmm 3 3,072 Jun-20-2019, 07:54 AM
Last Post: buran
  Creating a persistent list/database Trinx 1 2,253 Feb-27-2019, 06:20 PM
Last Post: ichabod801
  Insert list in particular column! Help! vndywarhol 0 2,480 Sep-17-2018, 11:14 PM
Last Post: vndywarhol
  insert list into sqlite3 mepyyeti 3 13,708 Jan-15-2018, 06:35 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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