42.7K results in 793 ms
4 years ago · Dec 30, 2020, 03:58 PM
admin'@'%'; FLUSH PRIVILEGES; /* (drop if exists) create and set new schema
4 years ago · Dec 30, 2020, 03:38 PM
table `fb_comment` */ DROP TABLE IF EXISTS `fb_comment`; CREATE TABLE `fb_comment` ( `fbCommentId` int(10) unsigned NOT NULL AUTO_INCREMENT, `fbUserId` int(10)
4 years ago · Dec 30, 2020, 10:16 AM
CREATE TABLE users ( user_id INTEGER NOT NULL, first_name VARCHAR2(25) NOT
4 years ago · Dec 30, 2020, 04:22 AM
structure for table `agenda` -- CREATE TABLE IF NOT EXISTS `agenda` ( `id_agenda` int(11) NOT
4 years ago · Dec 29, 2020, 10:48 PM
the (lower case) token exists in the function table as a key If funcTable.ContainsKey(tokenBuffer.ToString.ToLower) Then ' // it's a
4 years ago · Dec 29, 2020, 03:28 PM
CREATE TABLE IF NOT EXISTS `people` ( `id` int(11) unsigned
4 years ago · Dec 29, 2020, 03:18 PM
CREATE TABLE IF NOT EXISTS `people` ( `id` int(11) unsigned
4 years ago · Dec 29, 2020, 06:52 AM
sql_mode = 'NO_AUTO_VALUE_ON_ZERO'; DROP TABLE IF EXISTS `users`; CREATE TABLE `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(15)
4 years ago · Dec 28, 2020, 11:04 PM
flag = flag + 0x01 end if not exists then flag = flag + 0x08
4 years ago · Dec 28, 2020, 07:10 PM
new SQLite3($this->pathToFile); $sqlite3->exec( <<<SQL CREATE TABLE IF NOT EXISTS `region_events` ( id INTEGER NOT
4 years ago · Dec 28, 2020, 04:38 AM
L2J_Mobius_Classic_Interlude/dist/game/data/scripts/custom/Buffer/sql/buffer_data.sql (date 1601235046958) @@ -0,0 +1,15 @@ +CREATE TABLE `buffer_user_list_buffs` ( + `user_buff_list_id` int(10) unsigned NOT NULL, + `buff_id` varchar(255) NOT
4 years ago · Dec 27, 2020, 04:58 PM
if EXISTS people; /* PERSONAS */ CREATE TABLE if NOT EXISTS people( dni CHAR(9) NOT
4 years ago · Dec 27, 2020, 11:56 AM
28 01:29:04 SiMerah systemd-sysctl[290]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists). Dec 28 01:29:04 SiMerah
4 years ago · Dec 27, 2020, 07:50 AM
for table `admins` -- DROP TABLE IF EXISTS `admins`; /*!40101 SET @saved_cs_client
4 years ago · Dec 27, 2020, 01:58 AM
cfset fileExists = 0> <!--- Check if file exists ---> <cfloop query="getDirNew"> <cfset getDirNewCurrentRow
4 years ago · Dec 26, 2020, 08:02 PM
the expected old name exists. if not fs.exists(stateFile.position) or fs.isDir(stateFile.position) then
4 years ago · Dec 26, 2020, 03:48 PM
module.") return end end -- Create the camera control module we need if it does not already exist in instantiatedCameraControllers
4 years ago · Dec 26, 2020, 02:36 PM
CREATE DATABASE IF NOT EXISTS Entregable3; USE Entregable3; -- Grados CREATE OR REPLACE TABLE degrees ( degreeId INT NOT
Total pages: 2134