42.7K results in 805 ms
8 years ago · Nov 30, 2017, 05:34 PM
CREATE SCHEMA Transport GO IF OBJECT_ID('Transport.Regions', 'U') IS NOT NULL DROP TABLE Transport.Regions GO CREATE TABLE Transport.Regions ( id int PRIMARY
8 years ago · Nov 30, 2017, 05:26 PM
this.openOrCreateDatabase(DBName, MODE_PRIVATE, null); db.execSQL("CREATE TABLE IF NOT EXISTS " + TableName + " (ID INTEGER PRIMARY
8 years ago · Nov 30, 2017, 04:58 PM
and dst offset table if object_id('tempdb..#tz') is not null drop table #tz create table #tz ( id int
8 years ago · Nov 30, 2017, 04:42 PM
to be created manually CREATE TABLE IF NOT EXISTS `scxpm_stats` ( `id` int(11) NOT
8 years ago · Nov 30, 2017, 04:10 PM
and run it there: CREATE TABLE `paulhoop_talkitalian.wpjp_et_social_stats` ( `id` mediumint(9) NOT NULL, `sharing_date` datetime NOT
8 years ago · Nov 30, 2017, 03:40 PM
for character_bonus_codes -- ---------------------------- DROP TABLE IF EXISTS `character_bonus_codes`; CREATE TABLE `character_bonus_codes` ( `account_id` bigint(20) unsigned NOT NULL, `player_name` varchar(12) CHARACTER
8 years ago · Nov 30, 2017, 03:38 PM
def Lich.init_db begin Lich.db.execute("CREATE TABLE IF NOT EXISTS script_setting (script TEXT NOT
8 years ago · Nov 30, 2017, 03:14 PM
connection.isClosed()) { return false; } query("CREATE TABLE IF NOT EXISTS Prison_Mining (UUID VARCHAR(36), Level
8 years ago · Nov 30, 2017, 02:50 PM
throws SQLException{ String s = "create table if not exists users(" + "uuid varchar(36) not
8 years ago · Nov 30, 2017, 02:44 PM
USE `user` ; -- ----------------------------------------------------- -- Table `user`.`t_student_assignments` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `user`.`t_student_assignments` ( `Id` BIGINT(20) NOT
8 years ago · Nov 30, 2017, 02:34 PM
USE `user` ; -- ----------------------------------------------------- -- Table `user`.`t_student_assignments` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `user`.`t_student_assignments` ( `Id` BIGINT(20) NOT
8 years ago · Nov 30, 2017, 02:28 PM
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']));
8 years ago · Nov 30, 2017, 02:24 PM
a good mood... right?" (not sure if Rudolf or Krauss) "Indeed.
8 years ago · Nov 30, 2017, 02:08 PM
file location strAbsFile = file '-- create FSO object to check if file exists and get properties Set
8 years ago · Nov 30, 2017, 01:08 PM
tableName": "motivation_groups", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`uid` INTEGER PRIMARY
8 years ago · Nov 30, 2017, 12:06 PM
Return-Path) of the message. * If not empty, will be sent
8 years ago · Nov 30, 2017, 12:00 PM
and run it there: CREATE TABLE `massimo6_wp809_wpw1.wpjp_et_social_stats` ( `id` mediumint(9) NOT NULL, `sharing_date` datetime NOT
8 years ago · Nov 30, 2017, 11:30 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']));
8 years ago · Nov 30, 2017, 11:24 AM
DATABASE PRACTICA2; USE PRACTICA2; CREATE TABLE IF NOT EXISTS Peliculas( cod_pelicula INT PRIMARY
Total pages: 2134