42.7K results in 777 ms
4 years ago · Jan 13, 2021, 08:36 PM
st = c.createStatement();){ String data = "CREATE TABLE IF NOT EXISTS `" + this.pREFIX + "`(`uuid` VARCHAR(50) NOT
4 years ago · Jan 13, 2021, 02:46 PM
mydb_name} *" banner(message, border="*") print("\n") if not instance_list: message = f"The database:
4 years ago · Jan 13, 2021, 10:28 AM
for table `categoria` -- DROP TABLE IF EXISTS `categoria`; /*!40101 SET @saved_cs_client
4 years ago · Jan 13, 2021, 10:04 AM
create table if not exists Subdivision_type( subdivision_type_id int primary
4 years ago · Jan 12, 2021, 10:52 PM
j = j + #hex else if not escape_chars[c] then decode_error(str, j
4 years ago · Jan 12, 2021, 07:14 PM
mydb_name} *" banner(message, border="*") print("\n") if not instance_list: message = f"The database:
4 years ago · Jan 12, 2021, 05:26 PM
mydb_name} *" banner(message, border="*") print("\n") if not instance_list: message = f"The database:
4 years ago · Jan 12, 2021, 04:20 PM
DROP DATABASE IF EXISTS streaming; CREATE DATABASE streaming; USE streaming; CREATE TABLE Utente ( Nickname varchar(25), Nome
4 years ago · Jan 12, 2021, 03:28 PM
NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; CREATE TABLE IF NOT EXISTS `users_id` ( `Id` int(18) NOT
4 years ago · Jan 12, 2021, 04:08 AM
CREATE TABLE IF NOT EXISTS schedules ( id INTEGER PRYMARY
4 years ago · Jan 11, 2021, 09:02 PM
move = true end end if not move then -- previous version of file exists if fs.exists(fs.combine(saveDir, fileName)) then
4 years ago · Jan 11, 2021, 08:58 PM
water already present behind. if not create source isWater, isSource = T:isWater("forward")
4 years ago · Jan 11, 2021, 08:04 PM
NULL DROP TABLE #Users IF OBJECT_ID('tempdb..#Results') IS NOT NULL DROP TABLE #Results CREATE TABLE #Cases (CPEID INT,
4 years ago · Jan 11, 2021, 06:26 PM
vq import aiosqlite create_table_sql = ''' CREATE TABLE IF NOT EXISTS questions ( id INTEGER PRIMARY
4 years ago · Jan 11, 2021, 06:02 PM
epilogi CASCADE; drop table if exists psifizei CASCADE; create table diamerisma( onomasia_dd varchar(60) not null, primary key (onomasia_dd));
4 years ago · Jan 11, 2021, 01:10 PM
admin'@'%'; FLUSH PRIVILEGES; /* (drop if exists) create and set new schema
4 years ago · Jan 11, 2021, 10:06 AM
module.") return end end -- Create the camera control module we need if it does not already exist in instantiatedCameraControllers
4 years ago · Jan 10, 2021, 07:32 PM
import sqlite3 conn = sqlite3.connect('test.db') print("Opened database successfully"); conn.execute(''' CREATE TABLE IF NOT EXISTS team_data(team text, country text, season integer, total_goals integer);''') conn.commit() print("Table created successfully");
Total pages: 2134