Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating Tables in SQL
#1
Trying to create a create a table in SQL based on user input for example:
City= input(blah blah)
C.execute(CREATE TABLE IF NOT EXISTS ????? )
Reply


Messages In This Thread
Creating Tables in SQL - by danteslion - Jun-22-2019, 04:42 PM
RE: Creating Tables in SQL - by noisefloor - Jun-22-2019, 07:36 PM
RE: Creating Tables in SQL - by Gribouillis - Jun-22-2019, 08:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I need help creating tables with Sqlite3 Rius2 3 5,389 Sep-28-2017, 05:49 AM
Last Post: Rius2

Forum Jump:

User Panel Messages

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