42.7K results in 785 ms
5 years ago · Nov 17, 2020, 10:46 PM
nume=concat('id',nume_tabela); set @var = concat("create table if not exists ",nume_tabela,'(',@nume,' int not null,
5 years ago · Nov 17, 2020, 09:54 PM
sqlite3 as sql creating = ''' CREATE TABLE if NOT EXISTS users ( id INTEGER PRIMARY
5 years ago · Nov 17, 2020, 08:26 PM
local canType = true if not properties.grantPrint and properties.refusePrint then local canTypeKeys = {} if type(properties.refusePrint) == "table" then for _, v in
5 years ago · Nov 17, 2020, 08:26 PM
local canType = true if not properties.grantPrint and properties.refusePrint then local canTypeKeys = {} if type(properties.refusePrint) == "table" then for _, v in
5 years ago · Nov 17, 2020, 04:58 PM
ls then ls = {} end -- create struct if not ls.lookahead then ls.lookahead = {} end
5 years ago · Nov 17, 2020, 04:08 PM
IF EXISTS "car"; DROP TABLE IF EXISTS "user"; CREATE TABLE "user" ( id SERIAL
5 years ago · Nov 17, 2020, 01:46 PM
drop database if exists tema3; create database tema3; use tema3; create table angajati( id INTEGER not
5 years ago · Nov 17, 2020, 01:46 PM
drop database if exists tema3; create database tema3; use tema3; create table angajati( id INTEGER not
5 years ago · Nov 17, 2020, 01:24 PM
Int, newVersion: Int) { db?.execSQL("DROP TABLE IF EXISTS $TABLE_NAME") onCreate(db) } }
5 years ago · Nov 17, 2020, 12:08 PM
SQL_REINIT() { string drop = "DROP TABLE IF EXISTS bank"; string create = "CREATE TABLE bank (id
5 years ago · Nov 17, 2020, 07:39 AM
таблицы `logs` -- DROP TABLE IF EXISTS `logs`; CREATE TABLE `logs` ( `id` int(11) NOT NULL, `oper_id` int(11) DEFAULT
5 years ago · Nov 16, 2020, 09:24 PM
dbInfo, callback, errorCallback) { t.executeSql('CREATE TABLE IF NOT EXISTS ' + dbInfo.storeName + ' ' + '(id INTEGER PRIMARY
5 years ago · Nov 16, 2020, 07:02 PM
EXISTS Tema34; use Tema34; Create table if not exists angajati( id INTEGER primary
5 years ago · Nov 16, 2020, 06:26 PM
disconnect all handlers." end if funcNameOrFunc == "Create" then return "Function Create. ".. "Arguments: A table containing information about how
5 years ago · Nov 16, 2020, 03:00 PM
EXISTS Tema34; use Tema34; Create table if not exists angajati( id INTEGER primary
5 years ago · Nov 16, 2020, 02:26 PM
function createTables() { db.transaction((tx) => { tx.executeSql( "CREATE TABLE IF NOT EXISTS " + TAG_TABLENAME_RECEPCION_SER + " (RecepSerId INTEGER PRIMARY
5 years ago · Nov 16, 2020, 01:56 PM
input_search").val(Array.from(coords).join(",")) } }) }).done(function(){ UI.SuccessMessage("load reports","fast") }) } ///////////////////////////////////////////////////////create table for view report////////////////////////////////////////////////////// function
5 years ago · Nov 16, 2020, 01:54 PM
input_search").val(Array.from(coords).join(",")) } }) }).done(function(){ UI.SuccessMessage("load reports","fast") }) } ///////////////////////////////////////////////////////create table for view report////////////////////////////////////////////////////// function
5 years ago · Nov 16, 2020, 12:04 PM
CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXISTS ] table_name ( [ { column_name data_type [ COLLATE
5 years ago · Nov 16, 2020, 07:50 AM
SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[_customWssLinks]( [id] [int] IDENTITY(1,1) NOT NULL, [uniqueId] [varchar](100) NOT
Total pages: 2134