42.7K results in 801 ms
7 years ago · Oct 19, 2018, 08:46 PM
for achievementshop_items -- ---------------------------- DROP TABLE IF EXISTS `achievementshop_items`; CREATE TABLE `achievementshop_items` ( `id` int(11) NOT NULL AUTO_INCREMENT, `category` int(11)
7 years ago · Oct 19, 2018, 03:50 PM
NotAPenguinToday at 17:30 constexpr exists since C++11, so not that modern anymore :smile:
7 years ago · Oct 19, 2018, 03:38 PM
4. network 2.0 638 create table student_$( id number(4), namee
7 years ago · Oct 19, 2018, 03:36 PM
CREATE TABLE IF NOT EXISTS reestrs ( id INT UNSIGNED NOT NULL AUTO_INCREMENT, reestr_id INT NOT NULL, date DATE NOT NULL DEFAULT DATE_FORMAT(now(), '%Y-%m') )
7 years ago · Oct 19, 2018, 02:54 PM
SQL_NOTES=0 */; -- -- Current Database: `collegue` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `collegue` /*!40100 DEFAULT CHARACTER
7 years ago · Oct 19, 2018, 02:52 PM
Target: https://learning.estia.fr ╚â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• DROP TABLE IF EXISTS `vtiger_users`; /*!40101 SET @saved_cs_client
7 years ago · Oct 19, 2018, 02:52 PM
if it doesn't exist # (If the table exists but is defined differently
7 years ago · Oct 19, 2018, 02:16 PM
Target: https://camtonline.org ╚â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client
7 years ago · Oct 19, 2018, 01:06 PM
check it to see if the files table was created ------ mysql -u
7 years ago · Oct 19, 2018, 11:30 AM
INT DECLARE @CounterIndex INT IF (OBJECT_ID('TEMPDB..#Achievement') IS NOT NULL) DROP TABLE #Achievement CREATE TABLE #Achievement (AchievementTypeID INT,
7 years ago · Oct 19, 2018, 11:22 AM
USE `biblioteca` ; -- ----------------------------------------------------- -- Table `mydb`.`Users` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`Users` ( `login` VARCHAR(30) NOT
7 years ago · Oct 19, 2018, 10:48 AM
drop table [dbo].[DupeLog_CDC] GO CREATE TABLE [dbo].[DupeLog_CDC] ( [ID] [int] IDENTITY (1, 1) NOT NULL , [Cuenta] [varchar] (10)
7 years ago · Oct 19, 2018, 10:16 AM
table `conf_classement` mysqli_select_db("site"); $sql = "CREATE TABLE IF NOT EXISTS conf_classement (nb_perso_page smallint(6) default
7 years ago · Oct 19, 2018, 10:10 AM
exists kk_14092018; create database if not exists kk_14092018; use kk_14092018; create table pracownicy( id integer not
7 years ago · Oct 19, 2018, 09:02 AM
be used to check if a file/folder already exists or not. 0 means fetch by
7 years ago · Oct 19, 2018, 08:14 AM
Счетчики CREATE TABLE IF NOT EXISTS `#__actmr_counters` ( `id` INT NOT
7 years ago · Oct 19, 2018, 08:04 AM
CREATE TABLE IF NOT EXISTS `#__actmr_counters` ( `id` INT NOT
7 years ago · Oct 19, 2018, 08:02 AM
CREATE TABLE IF NOT EXISTS `#__actmr_counters` ( `id` INT NOT
7 years ago · Oct 19, 2018, 07:30 AM
tabla cursor = cls.conn.cursor() cursor.execute(""" CREATE TABLE IF NOT EXISTS Producto ( id integer PRIMARY
Total pages: 2134