42.7K results in 770 ms
4 years ago · Aug 30, 2021, 05:24 AM
main(): database = r"./generated_files/pythonsqlite.db" sql_create_projects_table = """ CREATE TABLE IF NOT EXISTS projects ( id integer PRIMARY
4 years ago · Aug 29, 2021, 11:12 PM
the currently saved Inventory, if it exists. # Otherwise, create the inventory file. try:
4 years ago · Aug 29, 2021, 11:04 PM
the currently saved Inventory, if it exists. # Otherwise, create the inventory file. try:
4 years ago · Aug 29, 2021, 10:30 PM
the currently saved Inventory, if it exists. # Otherwise, create the inventory file. try:
4 years ago · Aug 29, 2021, 10:28 PM
the currently saved Inventory, if it exists. # Otherwise, create the inventory file. try:
4 years ago · Aug 29, 2021, 04:00 AM
The side the modem exists on. If not given, all -- open modems
4 years ago · Aug 28, 2021, 05:30 AM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Aug 27, 2021, 08:00 PM
alredy exists.", 3) else -- If widget name not exists in window. table.insert(UIWidgets.windowWidgets, labelName)
4 years ago · Aug 27, 2021, 12:32 PM
user_cards Hibernate: drop table if exists user_orders Hibernate: create table card (id bigint not null auto_increment, balance double
4 years ago · Aug 27, 2021, 11:16 AM
sqlite3.connect('sql_database.db') c = conn.cursor() c.execute( 'CREATE TABLE IF NOT EXISTS leaderboard(name text, guessing_attempts int)')
4 years ago · Aug 27, 2021, 11:14 AM
sqlite3.connect("WerteRaten.db") c = conn.cursor() c.execute(''' CREATE TABLE IF NOT EXISTS SPIEL ([Name] text primary
4 years ago · Aug 27, 2021, 10:42 AM
sqlite3.connect('sql_database.db') c = conn.cursor() c.execute( 'CREATE TABLE IF NOT EXISTS leaderboard(name text, guessing_attempts int)')
4 years ago · Aug 27, 2021, 10:24 AM
do if Children[i]:IsA("ScreenGui") then if not table.find(RobloxChildren, Children[i].Name) and not
4 years ago · Aug 27, 2021, 10:08 AM
pages[ids[0]]; exists = (page.missing === undefined); } if (!exists) { // settings page does not exist; don't load anything
4 years ago · Aug 26, 2021, 08:28 PM
tabels = new HashMap<>(); tabels.put(tableNameContainer, "CREATE TABLE IF NOT EXISTS " + tableNameContainer + " (" + prepereColums(tableNameContainer) + ");"); tabels.put(tableNameForUserSettings, "CREATE
4 years ago · Aug 26, 2021, 07:28 PM
USE log; DROP TABLE IF EXISTS `offlineshop_log`; CREATE TABLE `offlineshop_log` ( `pid` int(11) NOT NULL, `name` varchar(16) NOT
4 years ago · Aug 25, 2021, 12:36 PM
create table if not exists rrbpm.detached_task_payload ( id bigint default
4 years ago · Aug 25, 2021, 10:24 AM
cursor.close() def setupDB(self): query = """CREATE TABLE IF NOT EXISTS students( email TEXT, age
4 years ago · Aug 25, 2021, 10:00 AM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Aug 25, 2021, 09:50 AM
sqlite3.connect("people.db") cursor = conn.cursor() sql = 'create table if not exists people (age integer, name
Total pages: 2134