42.7K results in 784 ms
last year · Apr 21, 2024, 12:20 AM
mut conn = pool.get_conn().await.unwrap(); conn.exec_drop("CREATE TABLE IF NOT EXISTS info (body varchar(255))", ()).await.unwrap();
last year · Apr 16, 2024, 12:05 AM
end local function tpToPlayer(otherPlayer) if not player.Character or not player.Character.PrimaryPart
last year · Apr 08, 2024, 10:40 AM
the message element already exists, create if not let message = document.getElementById("copy-message"); if
last year · Apr 01, 2024, 05:30 PM
FLOAT(7,2) NOT NULL; + mysql_query("CREATE TABLE IF NOT EXISTS `z_device_$id` ( `timestamp` datetime NOT
last year · Mar 27, 2024, 03:30 PM
DROP DATABASE IF EXISTS librarydb; CREATE DATABASE librarydb; USE librarydb; CREATE TABLE userRole ( id INT NOT
last year · Mar 26, 2024, 03:55 AM
for table `cities` -- DROP TABLE IF EXISTS `cities`; /*!40101 SET @saved_cs_client
last year · Mar 21, 2024, 05:55 PM
checkCostFile() local costPath = "cost.txt" if not fileExists(costPath) then print("Error: Missing 'cost.txt'. Please create and format the file.")
last year · Mar 03, 2024, 04:25 AM
print("Creating prodHash table") cursor.execute(""" CREATE TABLE IF NOT EXISTS prodHash ( id INTEGER PRIMARY
last year · Feb 20, 2024, 01:55 PM
WHERE RDB$RELATION_NAME='CLIENTES' )) then existe=true; if (not existe) then BEGIN execute statement ' CREATE TABLE CLIENTES ( ID_CLIENTE BIGINT generated
last year · Feb 20, 2024, 01:50 PM
WHERE RDB$RELATION_NAME='CLIENTES' )) then existe=true; if (not existe) then BEGIN execute statement ' CREATE TABLE CLIENTES ( ID_CLIENTE BIGINT generated
last year · Feb 14, 2024, 11:40 PM
email]); let user = userResult.rows[0]; if (!user) { // User does not exist, create a new user const
last year · Feb 07, 2024, 08:35 PM
an element, throw error, if not add it if(this.data[index] !== null){
last year · Feb 06, 2024, 02:45 PM
TABLE IF EXISTS colleges; CREATE TABLE IF NOT EXISTS colleges ( id INTEGER PRIMARY
last year · Feb 04, 2024, 06:20 AM
formatReadableSIUnit(num) -- pretty printLog() a table local function tprint (tbl, loglevel, indent) if not loglevel then loglevel = DEBUG
last year · Feb 04, 2024, 04:30 AM
then -- Variable for checking if ore already exists in table local isInTable = false -- Loop
last year · Jan 28, 2024, 07:30 AM
functions:get_function_name(value)), indent) elseif type(value) == "table" then if not data_base[value] then data_base[value] = true
last year · Jan 27, 2024, 02:15 PM
CREATE TABLE IF NOT EXISTS `ero_npc_trade_item` ( `cid` INT(11) UNSIGNED
last year · Jan 22, 2024, 10:00 PM
dev/null +++ config/character_memo_alt.sql @@ -0,0 +1,11 @@ +CREATE TABLE `character_memo_alt` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `name`
last year · Jan 21, 2024, 03:50 PM
ClearCashHandle(handle); return false; } strcat(__QueryData[handle][_Value1], "CREATE TABLE IF NOT EXISTS "); strcat(__QueryData[handle][_Value1], name); return true;
Total pages: 2134