42.7K results in 769 ms
5 years ago · Jun 11, 2020, 02:48 PM
null); //Criar tabela bancoDados.execSQL( "CREATE TABLE IF NOT EXISTS pessoas ( " + "id INTERGER PRIMARY
5 years ago · Jun 11, 2020, 01:02 PM
exists in the products table. //If the title does not exists, we gonna make a
5 years ago · Jun 11, 2020, 09:48 AM
valComboValueByCode.execute(paramDto); // Validation, Username must not exists Dto checkUserDto = new Dto(); checkUserDto.put("name", newUser.get("name")); checkUserDto = isUserExistsByIndex.execute(checkUserDto); if (checkUserDto.getBoolean("exists").booleanValue()) { throw new CoreException(CommonExceptionConstants.USER_ALREADY_EXISTS,
5 years ago · Jun 10, 2020, 08:28 PM
estrutura para tabela clinica2019.ambulatorios CREATE TABLE IF NOT EXISTS `ambulatorios` ( `idambulatorios` int(10) unsigned
5 years ago · Jun 10, 2020, 08:24 PM
11, 1); ROLLBACK END IF NOT EXISTS ( SELECT * FROM inserted i
5 years ago · Jun 10, 2020, 05:14 PM
estructura para tabla main.AuditLogs CREATE TABLE IF NOT EXISTS AuditLogs ( IdLog INTEGER NOT NULL
5 years ago · Jun 10, 2020, 04:04 PM
sqlite3.connect('nowa.sql') cursor = sqliteConnection.cursor() sqlite_select_Query = """CREATE TABLE IF NOT EXISTS users(id INTEGER NOT NULL
5 years ago · Jun 10, 2020, 03:18 PM
sqlite3.connect('nowa.sql') cursor = sqliteConnection.cursor() sqlite_select_Query = "CREATE TABLE IF NOT EXISTS users (name VARCHAR(255));" cursor.execute(sqlite_select_Query)
5 years ago · Jun 10, 2020, 12:26 PM
IF EXISTS edu_cfg_bncc_dados; DROP TABLE IF EXISTS edu_cfg_bncc_valor; CREATE TABLE public.edu_cfg_bncc_valor ( cfbnccvl_cod SERIAL
5 years ago · Jun 10, 2020, 12:12 PM
IF EXISTS edu_cfg_bncc_nivel_ensino; DROP TABLE IF EXISTS edu_cfg_bncc; CREATE TABLE public.edu_cfg_bncc ( cfbncc_cod SERIAL
5 years ago · Jun 10, 2020, 09:56 AM
the specified key value if it exists in the table, null otherwise */ public Object
5 years ago · Jun 10, 2020, 03:10 AM
function ensureTableExists() local cmd = ( 'CREATE TABLE IF NOT EXISTS ' .. getTableName() .. ' (' .. 'resName TEXT UNIQUE'
5 years ago · Jun 09, 2020, 07:28 PM
option identifier (if requested) IF @LoadFilterableSpecificationAttributeOptionIds = 1 BEGIN CREATE TABLE #FilterableSpecs ( [SpecificationAttributeOptionId] int NOT NULL ) DECLARE @sql_filterableSpecs nvarchar(max)
5 years ago · Jun 09, 2020, 04:12 PM
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']));
5 years ago · Jun 08, 2020, 10:02 PM
create database if not exists TravelAgency; use TravelAgency; drop table if exists offer; create
5 years ago · Jun 08, 2020, 08:12 PM
that the group name exists and create it if it doesn't if ca_group_name not in inventory: inventory[ca_group_name] = { "hosts":
5 years ago · Jun 08, 2020, 07:44 PM
Type: EXTENSION; Schema: -; Owner: - -- CREATE EXTENSION IF NOT EXISTS adminpack WITH SCHEMA pg_catalog;
5 years ago · Jun 08, 2020, 05:56 PM
CREATE DATABASE IF NOT EXISTS `dotnet-shop` /*!40100 DEFAULT CHARACTER
5 years ago · Jun 08, 2020, 03:24 PM
copy_tables($S,$cj,$Zh){queries("SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO'");foreach($S as$Q){$B=($Zh==DB?table("copy_$Q"):idf_escape($Zh).".".table($Q));if(($_POST["overwrite"]&&!queries("\nDROP TABLE IF EXISTS $B"))||!queries("CREATE TABLE $B LIKE
Total pages: 2134