42.7K results in 826 ms
7 years ago · Feb 01, 2019, 01:54 PM
THROW_WALLET_EXCEPTION_IF(dbr, tools::error::wallet_internal_error, "Failed to create cursor for blackballs table: " + std::string(mdb_strerror(dbr))); THROW_WALLET_EXCEPTION_IF(dbr && dbr != MDB_NOTFOUND,
7 years ago · Feb 01, 2019, 12:10 PM
whmcs_upgrades.recurringchange_rate=calculation.amount_rate where whmcs_upgrades.whmcs_id=calculation.whmcs_id; DROP TABLE IF EXISTS `whmcs__mrr`; CREATE TABLE `whmcs__mrr` ( `type` INT(11)
7 years ago · Feb 01, 2019, 12:08 PM
according to its id, * if user not founded,return null * * @param id
7 years ago · Feb 01, 2019, 11:58 AM
CREATE DATABASE IF NOT EXISTS network_monitor; USE network_monitor; CREATE TABLE connection_status( conn_id int not
7 years ago · Feb 01, 2019, 11:58 AM
according to its id, * if user not founded,return null * * @param id
7 years ago · Feb 01, 2019, 08:32 AM
CREATE DATABASE IF NOT EXISTS Film; CREATE TABLE Attori( id_attore VARCHAR(50) NOT
7 years ago · Feb 01, 2019, 07:30 AM
begin; drop schema if exists blog cascade; create schema blog; create table blog.users ( user_id serial not
7 years ago · Feb 01, 2019, 06:58 AM
installer->startSetup(); $installer->run(" DROP TABLE IF EXISTS {$this->getTable('admingrid/adgrid')}; CREATE TABLE {$this->getTable('admingrid/adgrid')} ( `id` int(11) unsigned NOT NULL auto_increment, `item` text
7 years ago · Feb 01, 2019, 05:50 AM
Prozeduren Aufgabe 2 *********************************************************************************/ DELIMITER // CREATE PROCEDURE umsatzreport ( IN iZeitraum INT ) BEGIN DROP TABLE IF EXISTS umsatzzahlen; CASE iZeitraum WHEN
7 years ago · Feb 01, 2019, 04:40 AM
Button Cottages;Waltenborough;OX99 2EE;;;UK5 loadCOMPDIR.sql: | CREATE TABLE IF NOT EXISTS "CONTACTLIST" ( "RECID" INT NOT
7 years ago · Feb 01, 2019, 02:22 AM
deployment_entity_opt.is_some() { vec![manifest.id.to_string()] } else { vec![] }, }); // Create deployment only if it does not exist already if deployment_entity_opt.is_none()
7 years ago · Feb 01, 2019, 01:56 AM
Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
7 years ago · Feb 01, 2019, 01:12 AM
TABLE IF EXISTS `data`; CREATE TABLE IF NOT EXISTS `data` ( `id` int(11) NOT
7 years ago · Feb 01, 2019, 12:12 AM
local canType = true\ if not properties.grantPrint and properties.refusePrint then\ local canTypeKeys = {}\ if type(properties.refusePrint) == \"table\" then\ for _, v in
7 years ago · Jan 31, 2019, 11:50 PM
false; if(g_bIsMySQl) { Format(g_sSQLBuffer, sizeof(g_sSQLBuffer), "CREATE TABLE IF NOT EXISTS `mostactive` (`playername` varchar(128) NOT
7 years ago · Jan 31, 2019, 09:46 PM
SET utf8 ; USE `mydb` ; CREATE TABLE IF NOT EXISTS `mydb`.`CLIENTES` ( `C.I.` INT NOT
7 years ago · Jan 31, 2019, 09:44 PM
tables ScriptDBHandle = db_open("lumberjack.db"); db_query(ScriptDBHandle, "CREATE TABLE IF NOT EXISTS trees (ID INTEGER, PosX
7 years ago · Jan 31, 2019, 08:38 PM
Len; Len += formatex(Query[Len], charsmax(Query), "CREATE TABLE IF NOT EXISTS `AWPMENTES`"); Len += formatex(Query[Len], charsmax(Query)-Len,
Total pages: 2134