42.7K results in 744 ms
5 years ago · Apr 10, 2020, 07:52 AM
entry does not exist") --If not create it print( db.insert_entry( dbUser,
5 years ago · Apr 10, 2020, 04:42 AM
schema -- -- -------------------------------------------------------- -- -- Table structure `server_config` -- CREATE TABLE IF NOT EXISTS `server_config` ( `config` varchar(50) NOT
5 years ago · Apr 09, 2020, 11:30 PM
CREATE TABLE IF NOT EXISTS `downloads` ( `uid` int(6) unsigned
5 years ago · Apr 09, 2020, 11:14 PM
is usually set up If the folder exists ( party ) and is not nil or null then
5 years ago · Apr 09, 2020, 04:28 PM
work properly. AllowedVIPs = { -- "vip", }, -- If this table exists and is not empty, players that do
5 years ago · Apr 09, 2020, 03:54 PM
formatReadableSIUnit(num) -- pretty printLog() a table local function tprint (tbl, loglevel, indent) if not loglevel then loglevel = DEBUG
5 years ago · Apr 09, 2020, 03:36 PM
work properly. AllowedVIPs = { -- "vip", }, -- If this table exists and is not empty, players that do
5 years ago · Apr 09, 2020, 12:02 PM
Solo', 1) ; DROP TABLE IF EXISTS players; CREATE TABLE players ( uuid VARCHAR(40) NOT NULL, coins INT NOT
5 years ago · Apr 08, 2020, 11:12 PM
Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
5 years ago · Apr 08, 2020, 07:26 PM
const DB = sqlite("spudnet.sqlite3") DB.exec(` CREATE TABLE IF NOT EXISTS report_log ( id INTEGER PRIMARY
5 years ago · Apr 08, 2020, 05:00 PM
exists STUDENTS; drop table if exists TEAM; /*==============================================================*/ /* Table: DEFENSEMAN */ /*==============================================================*/ create table DEFENSEMAN ( PLAYERID int not null, TEAMID int not
5 years ago · Apr 08, 2020, 03:30 PM
clone.tag=="Bag" and item.tag~="Infinite") Wait.frames(function() if (not clone) or clone==nil then
5 years ago · Apr 07, 2020, 09:26 PM
that's for 5 minutes, not a problem, if all goes well, but
5 years ago · Apr 07, 2020, 08:34 PM
TABLE IF EXISTS `employment_application`; CREATE TABLE IF NOT EXISTS `employment_application` ( `id` int(11) NOT
5 years ago · Apr 07, 2020, 08:22 PM
list: directory \"" .. tostring(path) .. "\" doesn't exists") end if not filesystem.isDirectory(path) then error("Failed to
5 years ago · Apr 07, 2020, 05:48 PM
donnée """ connecteur=sqlite3.connect('aperam_db_v1.db') curseur=connecteur.cursor() curseur.execute(""" CREATE TABLE IF NOT EXISTS liste_date(id INTEGER PRIMARY KEY
Total pages: 2134