42.7K results in 781 ms
4 years ago · Dec 15, 2020, 09:40 AM
PK_Aeroport primary key NONCLUSTERED(id_aeroport) ); create table if not exists Admin_Aeroport( idAdmin int auto_increment,
4 years ago · Dec 15, 2020, 06:58 AM
disconnect all handlers." end if funcNameOrFunc == "Create" then return "Function Create. ".. "Arguments: A table containing information about how
4 years ago · Dec 14, 2020, 05:30 PM
PK_Aeroport primary key NONCLUSTERED(id_aeroport) ); create table if not exists Admin_Aeroport( idAdmin int auto_increment,
4 years ago · Dec 14, 2020, 05:20 PM
PK_Aeroport primary key NONCLUSTERED(id_aeroport) ); create table if not exists Admin_Aeroport( idAdmin int auto_increment,
4 years ago · Dec 14, 2020, 09:36 AM
def tableCreation(name, cursor): tableQuery = "CREATE TABLE IF NOT EXISTS " + name + "(ID INT AUTO_INCREMENT
4 years ago · Dec 14, 2020, 08:50 AM
IF NOT EXISTS citext; CREATE TABLE IF NOT EXISTS users ( id serial PRIMARY
4 years ago · Dec 14, 2020, 08:48 AM
IF NOT EXISTS citext; CREATE TABLE IF NOT EXISTS users ( id serial PRIMARY
4 years ago · Dec 13, 2020, 11:26 PM
folder}{Path.DirectorySeparatorChar}_empty_file"; Interface.Oxide.DataFileSystem.GetDatafile(empty); // required to create the directory if it doesn't exist, otherwise
4 years ago · Dec 13, 2020, 01:58 PM
EXISTS games; CREATE DATABASE IF NOT EXISTS games; USE games; CREATE TABLE game ( id INT(3) NOT
4 years ago · Dec 12, 2020, 08:30 PM
file new const g_szTable[] = " \ CREATE TABLE IF NOT EXISTS `ze_levels` \ ( \ `SteamID` varchar(34) NOT
4 years ago · Dec 12, 2020, 04:00 PM
CREATE DATABASE IF NOT EXISTS farma DEFAULT CHARACTER SET
4 years ago · Dec 12, 2020, 02:22 PM
if (isConnected()) { try { con.createStatement().executeUpdate( "CREATE TABLE IF NOT EXISTS Worlds(" + "uid INT NOT
4 years ago · Dec 12, 2020, 01:34 PM
CREATE TABLE IF NOT EXISTS 'order' ( 'id' int(11) NOT NULL AUTO_INCREMENT, 'time' datetime NOT NULL, 'name' tinytext NOT NULL, 'email' tinytext NOT NULL, PRIMARY KEY ('id') ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
4 years ago · Dec 12, 2020, 12:56 PM
EXISTS games; CREATE DATABASE IF NOT EXISTS games; USE games; CREATE TABLE game ( id INT(3) NOT
4 years ago · Dec 12, 2020, 06:54 AM
CREATE DATABASE IF NOT EXISTS empdb; USE empdb; -- create tables CREATE TABLE merits ( performance INT(11) NOT
Total pages: 2134