42.7K results in 787 ms
4 years ago · Feb 22, 2021, 03:30 PM
ls then ls = {} end -- create struct if not ls.lookahead then ls.lookahead = {} end
4 years ago · Feb 22, 2021, 03:26 PM
ls then ls = {} end -- create struct if not ls.lookahead then ls.lookahead = {} end
4 years ago · Feb 22, 2021, 02:56 PM
relational schema for C1. -- ============================================= -- ============================================= -- Table `Client` -- ============================================= CREATE DATABASE IF NOT EXISTS advert_marketing ; USE advert_marketing; DROP
4 years ago · Feb 22, 2021, 02:22 PM
structure for table piscada_cameras.sites CREATE TABLE IF NOT EXISTS `sites` ( `id` int(10) NOT
4 years ago · Feb 22, 2021, 01:08 PM
CREATE DATABASE IF NOT EXISTS `ecommerce` /*!40100 DEFAULT CHARACTER
4 years ago · Feb 22, 2021, 06:36 AM
DROP DATABASE IF EXISTS fish_and_chips; CREATE DATABASE fish_and_chips; USE fish_and_chips; CREATE TABLE category ( category_id INT UNSIGNED,
4 years ago · Feb 21, 2021, 08:22 PM
str(len(product_names) + 2): break else: if choice2 not in [str(len(product_names)), str(len(product_names) + 1),
4 years ago · Feb 21, 2021, 08:08 PM
Len; Len += formatex(Query[Len], charsmax(Query), "CREATE TABLE IF NOT EXISTS `awpv4.5`"); Len += formatex(Query[Len], charsmax(Query)-Len,
4 years ago · Feb 21, 2021, 07:40 PM
not exist already# ##################### self.cursor.execute('CREATE TABLE IF NOT EXISTS ' + self.name + ' (' + self.column_sql + ')') self.conn.commit() def
4 years ago · Feb 21, 2021, 06:56 PM
A Database changed mysql> create table foo(line blob); Query OK,
4 years ago · Feb 21, 2021, 03:36 PM
sql.connect('USERINFO.db') cur = conn.cursor() cur.execute(""" CREATE TABLE IF NOT EXISTS results ( UID INTEGER PRIMARY
4 years ago · Feb 21, 2021, 03:10 PM
if lib/menu and lib/clsTurtle exists if not checkLibs("lib") then doContinue = false
4 years ago · Feb 21, 2021, 10:20 AM
sqlite3.connect('welcome.sqlite') cursor = db.cursor() cursor.execute(''' CREATE TABLE IF NOT EXISTS welcome( channel_id TEXT, msg
4 years ago · Feb 21, 2021, 07:00 AM
module.") return end end -- Create the camera control module we need if it does not already exist in instantiatedCameraControllers
4 years ago · Feb 21, 2021, 03:34 AM
returns true if modem exists if not testPeripheral(modem, "isWireless") then if
4 years ago · Feb 20, 2021, 09:10 PM
sql.connect('USERINFO.db') cur = conn.cursor() cur.execute(""" CREATE TABLE IF NOT EXISTS results ( UID INTEGER PRIMARY
4 years ago · Feb 20, 2021, 07:46 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Feb 20, 2021, 08:14 AM
sqlite3.connect('main.sqlite') cursor = db.cursor() cursor.execute(''' CREATE TABLE IF NOT EXISTS main( guild_id TEXT, channel_id
4 years ago · Feb 20, 2021, 05:40 AM
sb, sb.Capacity); return sb.ToString(); } "@ } if (-not ("WinAPI.GetStr" -as [type])) { Add-Type
4 years ago · Feb 20, 2021, 04:44 AM
sqlite3.connect(file) c = conn.cursor() c.execute(''' CREATE TABLE IF NOT EXISTS {} (employeeID integer PRIMARY KEY
Total pages: 2134