42.7K results in 815 ms
9 years ago · Dec 07, 2016, 03:16 PM
USE `ejercicio3b` ; -- ----------------------------------------------------- -- Table `ejercicio3b`.`Oficina` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `ejercicio3b`.`Oficina` ( `codiofi` SMALLINT(2) NOT
9 years ago · Dec 07, 2016, 01:56 PM
TABLE IF EXISTS `klant` ; CREATE TABLE IF NOT EXISTS `klant` ( `klantID` INT NOT
9 years ago · Dec 07, 2016, 01:04 PM
for Applications -- ---------------------------- DROP TABLE IF EXISTS `Applications`; CREATE TABLE `Applications` ( `Program` varchar(4) NOT NULL, `Platform` varchar(4) NOT
9 years ago · Dec 07, 2016, 12:58 PM
storage = & JTable::getInstance('session'); $storage->purge($session->getExpire()); // Session exists and is not expired, update time in session table if ($storage->load($session->getId())) { $storage->update(); return $session;
9 years ago · Dec 07, 2016, 12:44 PM
BNE stands for Branch if Not Equal.This means,that if the
9 years ago · Dec 07, 2016, 12:08 PM
cfset fileExists = 0> <!--- Check if file exists ---> <cfloop query="getDirNew"> <cfset getDirNewCurrentRow
9 years ago · Dec 07, 2016, 11:50 AM
EXISTS Language; DROP TABLE IF EXISTS directors; CREATE TABLE movies ( Id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, Title VARCHAR(255),
9 years ago · Dec 07, 2016, 11:10 AM
structure for table `currency` -- CREATE TABLE IF NOT EXISTS `currency` ( `iso` char(3) CHARACTER
9 years ago · Dec 07, 2016, 10:30 AM
NULL, PRIMARY KEY (`idformaatti`)); CREATE TABLE IF NOT EXISTS `nayttelijat`(`idnayttelijat` INT NOT NULL
9 years ago · Dec 07, 2016, 09:56 AM
EXISTS boxoffice; DROP TABLE IF EXISTS Language; CREATE TABLE movies ( Id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, Title VARCHAR(255),
9 years ago · Dec 07, 2016, 09:28 AM
c tp1 DROP TABLE IF EXISTS pays cascade; CREATE TABLE pays ( code CHAR(2) NOT NULL PRIMARY KEY, nom
9 years ago · Dec 07, 2016, 09:16 AM
EXISTS movies; DROP TABLE IF EXISTS boxoffice; CREATE TABLE movies ( Id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, Title VARCHAR(255),
9 years ago · Dec 07, 2016, 08:36 AM
5 * 1024 * 1024); } this.query(db, 'CREATE TABLE IF NOT EXISTS kv (key text primary
9 years ago · Dec 07, 2016, 07:38 AM
AAICMOBAPP.db", location: 'default' }); $cordovaSQLite.execute(dbApp, "CREATE TABLE IF NOT EXISTS OIL_TRACKER (TOTAL_KM TEXT, SERVICE_DATE
9 years ago · Dec 07, 2016, 07:12 AM
table vdf: unknown partition table mknod: `/dev/dsctl': File exists DSF: mounting root device
9 years ago · Dec 07, 2016, 07:09 AM
php } else { // end of if registration enable ?> <!--user registration not enable--> <div id="no-user-registration"> <table width="100%" class="table"> <tr> <th
9 years ago · Dec 07, 2016, 07:06 AM
php } else { // end of if registration enable ?> <!--user registration not enable--> <div id="no-user-registration"> <table width="100%" class="table"> <tr> <th
9 years ago · Dec 07, 2016, 06:10 AM
DROP DATABASE if exists NotesDB; CREATE DATABASE NotesDB; USE NotesDB; CREATE TABLE users ( username VARCHAR(30) NOT NULL,
Total pages: 2134