42.7K results in 801 ms
8 years ago · Jun 22, 2018, 01:58 PM
valid UID that already exists in the account table. How it works - On
8 years ago · Jun 22, 2018, 01:26 PM
DEFAULT '1'; DROP TABLE IF EXISTS `cmdlogs`; CREATE TABLE `cmdlogs` ( `id` int(10) NOT NULL AUTO_INCREMENT, `user_id` int(10)
8 years ago · Jun 22, 2018, 12:42 PM
COLLATE='utf8_general_ci' ENGINE=InnoDB ; DROP TABLE IF EXISTS `refunds_payments_orders_status_history`; CREATE TABLE `refunds_payments_orders_status_history` ( `refunds_payments_orders_status_history_id` INT(11) NOT NULL AUTO_INCREMENT, `object_id` INT(11)
8 years ago · Jun 22, 2018, 12:40 PM
COLLATE='utf8_general_ci' ENGINE=InnoDB ; DROP TABLE IF EXISTS `refunds_payments_orders_status_history`; CREATE TABLE `refunds_payments_orders_status_history` ( `refunds_payments_orders_status_history_id` INT(11) NOT NULL AUTO_INCREMENT, `object_id` INT(11)
8 years ago · Jun 22, 2018, 11:58 AM
def self.up execute <<-EOF create table friendships ( person_id integer not null references user(id), friend_id
8 years ago · Jun 22, 2018, 11:58 AM
delimiter ; drop table if exists users; create table users ( user_id int not null auto_increment primary key,
8 years ago · Jun 22, 2018, 09:42 AM
EXISTS workouts;"; String sql = "CREATE TABLE IF NOT EXISTS workouts" + "(" + "workoutId INTEGER PRIMARY
8 years ago · Jun 22, 2018, 08:00 AM
in Intimidation and Persuasion, if you did not have it before. When
8 years ago · Jun 22, 2018, 06:58 AM
def self.up execute "CREATE TEMPORARY TABLE IF NOT EXISTS contacts_with_inactive_users (id integer)" execute
8 years ago · Jun 22, 2018, 06:58 AM
ActiveRecord::Migration def self.up execute "CREATE TEMPORARY TABLE IF NOT EXISTS contacts_with_only_inactive_users (id integer)" execute
8 years ago · Jun 22, 2018, 04:56 AM
structure for table `artikel` -- CREATE TABLE IF NOT EXISTS `artikel` ( `artikelnr` int(11) NOT
8 years ago · Jun 22, 2018, 03:36 AM
TABLE IF EXISTS `radio`; CREATE TABLE IF NOT EXISTS `radio` ( `id` int(11) NOT
8 years ago · Jun 21, 2018, 11:48 PM
drop database IF exists coop_model; create database coop_model; use coop_model; create table companies ( company_id INT AUTO_INCREMENT
8 years ago · Jun 21, 2018, 10:50 PM
CREATE TABLE IF NOT EXISTS `addresses` ( `adr_id` int(11) NOT
8 years ago · Jun 21, 2018, 10:50 PM
if not ReturnBoard then -- create board if not created print("Creating Trello Board")
8 years ago · Jun 21, 2018, 08:26 PM
2MB. */ /* tabela w bazie CREATE TABLE IF NOT EXISTS `mail_counter` ( `counter` int(255) NOT
8 years ago · Jun 21, 2018, 07:04 PM
return true if param exists, otherwise false end if not (givenValue or toRet) then
8 years ago · Jun 21, 2018, 04:58 PM
structure for table `tbl_academic_qualification` -- CREATE TABLE IF NOT EXISTS `tbl_academic_qualification` ( `id` int(255) NOT
Total pages: 2134