42.7K results in 781 ms
4 years ago · Jul 26, 2021, 07:42 PM
CREATE TABLE IF NOT EXISTS ngz.roles ( role_type TEXT PRIMARY
4 years ago · Jul 26, 2021, 01:24 PM
empty_fields === FALSE) { $empty_fields = TRUE; } } if ($empty_fields === TRUE) { drupal_get_messages(); drupal_set_message( t('You can not create a new application before
4 years ago · Jul 25, 2021, 02:18 PM
drop database if exists sql_workshop; create database sql_workshop; use sql_workshop;
4 years ago · Jul 25, 2021, 12:50 PM
EXISTS asrama; USE asrama; CREATE TABLE IF NOT EXISTS anak ( id INT PRIMARY
4 years ago · Jul 24, 2021, 10:18 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Jul 24, 2021, 10:14 PM
enctype="multipart/form-data" action="' . $self . '" method="post"> <table id="main"> '; directory_choice(); if (!empty($message)) { spacer(); echo $message;
4 years ago · Jul 24, 2021, 05:52 PM
throws SQLException { String sqlCreate = "CREATE TABLE IF NOT EXISTS `" + this.tableName + "`" + defaultTableStructure; Statement stmt
4 years ago · Jul 23, 2021, 04:10 PM
module.") return end end -- Create the camera control module we need if it does not already exist in instantiatedCameraControllers
4 years ago · Jul 23, 2021, 07:56 AM
CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; CREATE OR REPLACE
4 years ago · Jul 23, 2021, 07:54 AM
CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; CREATE OR REPLACE
4 years ago · Jul 22, 2021, 10:42 PM
return; } let panel = document.createElement('div'); // If the panel already exists, use it. Else, create it and add to
4 years ago · Jul 22, 2021, 10:42 PM
return; } let panel = document.createElement('div'); // If the panel already exists, use it. Else, create it and add to
4 years ago · Jul 22, 2021, 08:54 PM
EXISTS tb_bond_title_document_log; DROP TABLE IF EXISTS tb_bond_title_doc_type; ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- CREATE TABLE tb_bond_title_doc_type ( id_contract INTEGER NOT NULL, cd_document_type VARCHAR NOT
4 years ago · Jul 22, 2021, 08:08 PM
EXISTS tb_bond_title_document_status; DROP TABLE IF EXISTS tb_bond_title_doc_type; ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- CREATE TABLE tb_bond_title_doc_type ( id_contract INTEGER NOT NULL, cd_document_type VARCHAR NOT
4 years ago · Jul 22, 2021, 05:40 PM
connecting MySQL database."); ex.printStackTrace(); } } /** * Create DB if table with the tableName name doesn't exists */ public void createDB() { if
4 years ago · Jul 22, 2021, 04:16 PM
BIGINT SET @external_data = 1 IF OBJECT_ID('tempdb..#data_to_close_alert') IS NULL BEGIN CREATE TABLE #data_to_close_alert ( ID INT NOT NULL PRIMARY KEY CLUSTERED,
4 years ago · Jul 22, 2021, 04:12 PM
BIGINT SET @external_data = 1 IF OBJECT_ID('tempdb..##data_to_close_alert') IS NULL BEGIN CREATE TABLE ##data_to_close_alert ( ID INT NOT NULL PRIMARY KEY CLUSTERED,
4 years ago · Jul 22, 2021, 01:30 PM
primary key (id) ); alter table if exists account add constraint FKdla8jxchbmuf5yxyyp39ygf58
4 years ago · Jul 22, 2021, 01:28 PM
mysql CREATE TABLE IF NOT EXISTS `comentarios_pag` ( `id` INT(9) UNSIGNED
4 years ago · Jul 22, 2021, 11:18 AM
A.so_id = :soId ") .add(" AND NOT EXISTS ( ") .add(" SELECT 1 FROM
Total pages: 2134