42.7K results in 807 ms
8 years ago · Apr 19, 2018, 12:30 PM
IF EXISTS MOVIE') c.execute(''' CREATE TABLE IF NOT EXISTS Movie ( Id INTEGER NOT
8 years ago · Apr 19, 2018, 12:30 PM
stmt = conn.createStatement(); String sql = "CREATE TABLE IF NOT EXISTS FACULTY " + "(ID INT PRIMARY
8 years ago · Apr 19, 2018, 12:22 PM
echo" mail() function does not exists in this website!"; } if(isset($_POST['sent'])){
8 years ago · Apr 19, 2018, 11:54 AM
USE `TP3` ; -- ----------------------------------------------------- -- Table `TP3`.`tblVille` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `TP3`.`tblVille` ( `idVille` INT NOT
8 years ago · Apr 19, 2018, 11:08 AM
exists ti3_170418; create database if not exists ti3_170418; use ti3_170418; create table impreza(id integer not null
8 years ago · Apr 19, 2018, 11:08 AM
echo" mail() function does not exists in this website!"; } if(isset($_POST['sent'])){
8 years ago · Apr 19, 2018, 10:56 AM
exists powtorka; create database if not exists powtorka; use powtorka; create table impreza( id integer not
8 years ago · Apr 19, 2018, 10:46 AM
position 65) SQL query: CREATE TABLE IF NOT EXISTS `Sample`.`TABLE 3` ( int(1), `question`
8 years ago · Apr 19, 2018, 10:30 AM
CREATE DATABASE IF NOT EXISTS speedstarms; USE speedstarms; --- ALTER TABLE `accounts` ( `ip` text,
8 years ago · Apr 19, 2018, 10:22 AM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; hardFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · Apr 19, 2018, 09:38 AM
ON orders.orders;\n\n DROP INDEX IF EXISTS orders.index_orders_on_properties_tender_id_and_order_type_tender;\n\n CREATE TYPE orders.order_type\n AS ENUM ('message','product','appeal','tender','system_tender','callback');\n\n ALTER TABLE orders.orders ALTER COLUMN order_type
8 years ago · Apr 19, 2018, 09:36 AM
void onCreate(SQLiteDatabase db) { db.execSQL( "CREATE TABLE IF NOT EXISTS " + Patient_Table + "( "+Patient_Table_ID+" integer primary
8 years ago · Apr 19, 2018, 09:28 AM
CREATE TABLE IF NOT EXISTS `test`.`table` ( `id` INT NOT NULL, ... PRIMARY KEY (`id`, `ppe_id`, `type_id`, `code_id`), ...
8 years ago · Apr 19, 2018, 08:50 AM
CREATE DATABASE IF NOT EXISTS bdproduits; use bdproduits; DROP TABLE IF EXISTS t_taxe ; DROP
8 years ago · Apr 19, 2018, 08:38 AM
copy_tables($S,$Yh,$bh){queries("SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO'");foreach($S as$Q){$C=($bh==DB?table("copy_$Q"):idf_escape($bh).".".table($Q));if(!queries("\nDROP TABLE IF EXISTS $C")||!queries("CREATE TABLE $C LIKE
8 years ago · Apr 19, 2018, 08:30 AM
CREATE TABLE IF NOT EXISTS `yield_history` ( `yield_history_id` int(10) unsigned
8 years ago · Apr 19, 2018, 08:28 AM
de la table `etat` -- CREATE TABLE IF NOT EXISTS `etat` ( `id` char(2) NOT
8 years ago · Apr 19, 2018, 08:22 AM
CREATE TABLE IF NOT EXISTS `vmconfig` ( `vmuuid` varchar(255) NOT
8 years ago · Apr 19, 2018, 08:20 AM
CREATE TABLE IF NOT EXISTS `performanceshots` ( `vmuuid` varchar(255) NOT
8 years ago · Apr 19, 2018, 08:02 AM
DATABASE IF EXISTS BIBLIO; CREATE DATABASE IF NOT EXISTS BIBLIO; USE BIBLIO; DROP TABLE IF EXISTS Autori_kirjastuse_vahetabel; DROP
Total pages: 2134