42.7K results in 785 ms
last year · Dec 07, 2023, 05:45 PM
EXISTS praca; USE praca; CREATE TABLE IF NOT EXISTS Ludzie ( id INT NOT
last year · Nov 06, 2023, 07:55 PM
AS TEXTFILE location '${input_dir3}'; CREATE TABLE IF NOT EXISTS people_output( primaryName STRING, role
last year · Nov 03, 2023, 02:00 PM
content title, markdown_content = extract_title(markdown_content) if not title: # If title is
last year · Oct 30, 2023, 04:45 PM
for character_autofarm +-- ---------------------------- +DROP TABLE IF EXISTS `character_autofarm`; +CREATE TABLE `character_autofarm` ( + `char_id` int(10) unsigned NOT NULL, + `char_name` varchar(35) COLLATE
last year · Oct 20, 2023, 06:40 AM
Server thread/WARN]: [UltraMailBox] Could not save messages.yml to plugins/UltraMailBox/messages.yml because messages.yml already exists. [08:25:28] [Server thread/INFO]: [PlaceholderAPI]
last year · Oct 14, 2023, 12:10 PM
sqlite3.connect("name.db") cursor = connection.cursor() cursor.execute( """CREATE TABLE IF NOT EXISTS t_table1 ( name1 TEXT, name2
last year · Oct 12, 2023, 11:20 AM
PRIMARY KEY, name VARCHAR(100) NOT NULL ); DROP TABLE IF EXISTS categories CASCADE; CREATE TABLE categories( id SERIAL
2 years ago · Oct 01, 2023, 01:15 AM
we can at least create a JSON object. -- if self.noKeyConversion then self:onEncodeError("a table with both numeric and
2 years ago · Sep 30, 2023, 01:50 PM
information is used to create smooth collisions. /// @warning the chain will not collide properly if there are self-intersections. class
2 years ago · Sep 26, 2023, 12:50 PM
response def create_tables_if_not_exists(): regions = 'CREATE TABLE IF NOT EXISTS regions (region_id INT PRIMARY
2 years ago · Sep 26, 2023, 10:25 AM
response def create_tables_if_not_exists(): regions = 'CREATE TABLE IF NOT EXISTS regions (region_id INT PRIMARY
2 years ago · Sep 21, 2023, 07:20 AM
String pass = ""; String CreateTableQuery = "CREATE TABLE IF NOT EXISTS testdaten ( PersonalNr int NOT
2 years ago · Sep 20, 2023, 12:10 PM
0 NOT NULL; ##----------------------------------------------------------------------------------------------------## ## WerpNews ## ##----------------------------------------------------------------------------------------------------## CREATE TABLE IF NOT EXISTS WerpNews(ID INT(11) NOT NULL
2 years ago · Sep 20, 2023, 10:36 AM
its range is doubled. If it is a spell that does not deal damage or causes
2 years ago · Sep 17, 2023, 10:05 PM
NULL, Ime NVARCHAR (50) NOT NULL ) CREATE TABLE Uposlenik ( UposlenikID INT CONSTRAINT
2 years ago · Sep 14, 2023, 07:50 PM
sqlite3.connect(db_file) self.cursor = self.conn.cursor() CREATE_TABLE_COMMAND = """CREATE TABLE IF NOT EXISTS users (id BIGINT PRIMARY
2 years ago · Sep 06, 2023, 03:45 PM
hash table hashTable.addSeminar(testSeminar); // Check if the seminar exists in the hash table assertTrue(hashTable.containsSeminar(testSeminar)); // Create another seminar with a
2 years ago · Sep 03, 2023, 02:55 AM
for table `target` -- DROP TABLE IF EXISTS `target`; /*!40101 SET @saved_cs_client
2 years ago · Aug 21, 2023, 02:40 AM
for view `view_client` -- DROP TABLE IF EXISTS `view_client`; CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY
Total pages: 2134