42.7K results in 765 ms
9 years ago · Dec 13, 2016, 07:20 AM
USE `mydb` ; -- ----------------------------------------------------- -- Table `mydb`.`Kuvat` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`Kuvat` ( `ID` INT NOT
9 years ago · Dec 13, 2016, 05:00 AM
openOrCreateDatabase("contactDB", Context.MODE_PRIVATE, null); db.execSQL(" CREATE TABLE IF NOT EXISTS member(id INTEGER PRIMARY KEY
9 years ago · Dec 13, 2016, 03:54 AM
be just as devastating, if not more. This makes summoned
9 years ago · Dec 13, 2016, 03:11 AM
does not yet exist IF NOT EXISTS (SELECT 1 FROM sys.schemas
9 years ago · Dec 13, 2016, 12:04 AM
return false end end; Create = function( self, filepath ) if filepath then if not fs.exists(filepath) then Discover.User.Data.ErrorMsg = "File:
9 years ago · Dec 13, 2016, 12:02 AM
SQLiteDB) { SetFailState(error); } SQL_TQuery(SQLiteDB, Query_ErrorCheck, "CREATE TABLE IF NOT EXISTS queue2 ( id INTEGER PRIMARY
9 years ago · Dec 12, 2016, 11:51 PM
setup tables const createGamesTableSql = ` CREATE TABLE IF NOT EXISTS games ( steamId INTEGER, reviewText
9 years ago · Dec 12, 2016, 11:02 PM
echo 'Data Not Found'; } ?> CREATE TABLE IF NOT EXISTS `tbproduct` ( `id` INT UNSIGNED
9 years ago · Dec 12, 2016, 10:54 PM
echo 'Data Not Found'; } ?> CREATE TABLE IF NOT EXISTS `tbproduct` ( `id` INT UNSIGNED
9 years ago · Dec 12, 2016, 09:55 PM
self.connection = sqlite3.connect(self.db) self.cursor = self.connection.cursor() if not self.db_exists: # create the db self.cursor.execute('''CREATE TABLE rss (id text, network
9 years ago · Dec 12, 2016, 09:50 PM
to the registration page if * not logged in and registration
9 years ago · Dec 12, 2016, 09:34 PM
EXISTS `Vendor` ; SHOW WARNINGS; CREATE TABLE IF NOT EXISTS `Vendor` ( `idVendor` INT NOT
9 years ago · Dec 12, 2016, 08:36 PM
todo: connect screen: [x] create database (if not exists) [charset] // todo: connect screen:
9 years ago · Dec 12, 2016, 08:36 PM
Database Schema ======================================================================================= CREATE DATABASE IF NOT EXISTS `roombooking` /*!40100 DEFAULT CHARACTER
9 years ago · Dec 12, 2016, 08:24 PM
open/create an sqlite database. If the database does not exists, create it. db = sqlite3.connect(<db name>).
9 years ago · Dec 12, 2016, 07:38 PM
tabeli dla tabeli `Klasa` -- CREATE TABLE IF NOT EXISTS `Klasa` ( `idKlasy` int(11) NOT
9 years ago · Dec 12, 2016, 07:10 PM
de la tabla temporal ---------------------------------------------------------- create temp table if not exists prueba as select sig.idsignomarca
9 years ago · Dec 12, 2016, 05:52 PM
TABLE IF EXISTS %(name)s;\nCREATE TABLE IF NOT EXISTS `%(name)s`%(sub)s\n" line = line % dict(name=name,
Total pages: 2134