42.7K results in 768 ms
4 years ago · Apr 29, 2021, 05:46 AM
the database DROP DATABASE IF EXISTS mma; CREATE DATABASE mma; USE mma;
4 years ago · Apr 28, 2021, 08:26 PM
OBJECT_ID ( @TableName , N'U') IS NOT NULL --verify the table exists begin create table #numbers ( number int
4 years ago · Apr 28, 2021, 07:08 PM
such product with ASIN exists //then skip this iteration if (!url_and_category.url) continue; //load up
4 years ago · Apr 28, 2021, 11:14 AM
DROP DATABASE IF EXISTS jardineria; CREATE DATABASE jardineria CHARACTER SET
4 years ago · Apr 27, 2021, 04:30 PM
USE `mydb` ; -- ----------------------------------------------------- -- Table `mydb`.`users` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`users` ( `id` INT NOT
4 years ago · Apr 27, 2021, 03:54 PM
o.h.engine.jdbc.spi.SqlExceptionHelper : relation "confirmation_token" does not exist, skipping 2021-04-27T15:06:33.365654+00:00 app[web.1]: Hibernate: alter table if exists password_reset_token drop constraint if
4 years ago · Apr 27, 2021, 03:52 PM
o.h.engine.jdbc.spi.SqlExceptionHelper : relation "confirmation_token" does not exist, skipping 2021-04-27T15:06:33.365654+00:00 app[web.1]: Hibernate: alter table if exists password_reset_token drop constraint if
4 years ago · Apr 27, 2021, 02:42 PM
USE `firstModel` ; -- ----------------------------------------------------- -- Table `firstModel`.`user` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `firstModel`.`user` ( `id` INT NOT
4 years ago · Apr 26, 2021, 05:58 PM
config.cursor() def create_table(): creating_table = """ CREATE TABLE IF NOT EXISTS students( id VARCHAR(40), name
4 years ago · Apr 26, 2021, 05:42 PM
TABLE IF EXISTS kontakty; CREATE TABLE IF NOT EXISTS kontakty( NUMBER INT PRIMARY
4 years ago · Apr 26, 2021, 05:20 PM
returns true if modem exists if not testPeripheral(modem, "isWireless") then if
4 years ago · Apr 26, 2021, 05:18 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Apr 26, 2021, 03:38 PM
DROP DATABASE IF EXISTS one_to_one; CREATE DATABASE one_to_one; USE one_to_one; CREATE TABLE Person( id int not
4 years ago · Apr 26, 2021, 12:32 PM
Code /*------------------------------------------------------------*/ DELIMITER // DROP PROCEDURE IF EXISTS AddAcademicYear // CREATE PROCEDURE AddAcademicYear(IN inAYearId VARCHAR(10),
4 years ago · Apr 26, 2021, 08:42 AM
simpan data AR DROP TABLE IF EXISTS temp_migrate_ar_info_ext; CREATE TABLE temp_migrate_ar_info_ext ( ou_code character
4 years ago · Apr 25, 2021, 10:58 PM
ERROR_DUP_NAME", "message": "You were not connected because a duplicate name exists on the network. If joining a domain, go
4 years ago · Apr 25, 2021, 10:36 PM
CREATE TABLE IF NOT EXISTS mole_pool ( id INT AUTO_INCREMENT
4 years ago · Apr 25, 2021, 09:08 PM
subprocess def temp(arr): res = 'CREATE TABLE IF NOT EXISTS ' + arr[0] + '\n(\n' for i
4 years ago · Apr 25, 2021, 09:04 PM
subprocess def temp(arr): res = 'CREATE TABLE IF NOT EXISTS ' + arr[0] + '\n(\n' for i
4 years ago · Apr 25, 2021, 05:48 PM
db <- ConnectSQL("Database.db"); QuerySQL( db, "CREATE TABLE IF NOT EXISTS Accounts( Nickname TEXT, Password
Total pages: 2134