42.7K results in 811 ms
6 years ago · Apr 19, 2019, 02:26 AM
process.exit(1); } const validationResult = validate(appName); if (!validationResult.validForNewPackages) { console.error( `Could not create a project called ${chalk.red(
6 years ago · Apr 18, 2019, 11:34 PM
implementation -- vehicle db MySQL.createCommand("vRP/vehicles_table", [[ CREATE TABLE IF NOT EXISTS vrp_user_vehicles( user_id INTEGER, vehicle
6 years ago · Apr 18, 2019, 10:12 PM
utf8;\n\n"; str_add += "DROP TABLE IF EXISTS items;\n"; str_add += "CREATE TABLE items(\n"; str_add += "item_id int(5) NOT NULL UNIQUE,\n"; str_add += "part_number
6 years ago · Apr 18, 2019, 09:42 PM
structure for table 'events' # CREATE TABLE IF NOT EXISTS `events` ( `id` int(11) NOT
6 years ago · Apr 18, 2019, 09:36 PM
structure for table 'events' # CREATE TABLE IF NOT EXISTS `events` ( `id` int(11) NOT
6 years ago · Apr 18, 2019, 09:32 PM
structure for table 'events' # CREATE TABLE IF NOT EXISTS `events` ( `id` int(11) NOT
6 years ago · Apr 18, 2019, 06:46 PM
1; } stock MySQL_SetUpTables () { mysql_tquery(SQL_ID, " CREATE TABLE IF NOT EXISTS `Players Accounts` ( \ `uid` INT(11)
6 years ago · Apr 18, 2019, 05:38 PM
is 1000 bytes Query: CREATE TABLE IF NOT EXISTS `mlogs_logs` ( `id` INT NOT
6 years ago · Apr 18, 2019, 04:50 PM
cpzoneid; $db_path = "{$g['vardb_path']}/captiveportal{$cpzone}.db"; $createquery = "CREATE TABLE IF NOT EXISTS captiveportal (" . "allow_time INTEGER, pipeno
6 years ago · Apr 18, 2019, 04:02 PM
create table drop table if exists testreals; create table testReals(a real not null, b real not
6 years ago · Apr 18, 2019, 03:32 PM
IF EXISTS blackfriday_temp PURGE; CREATE TEMPORARY EXTERNAL TABLE IF NOT EXISTS blackfriday_temp( User_ID BIGINT, Product_ID
6 years ago · Apr 18, 2019, 02:54 PM
32 insertions(+), 3 deletions(-) create mode 100644 __init__.py create
6 years ago · Apr 18, 2019, 02:38 PM
ENUM ('F', 'M', 'X'); CREATE TABLE IF NOT EXISTS security_user ( su_id SERIAL NOT
6 years ago · Apr 18, 2019, 02:16 PM
guest_user; create schema basic_auth; create table if not exists basic_auth.users ( id serial primary
6 years ago · Apr 18, 2019, 12:04 PM
exists abteilung cascade; drop table if exists kunde cascade; -- Tabelle Benutzer anlegen create table benutzer( email varchar(100)
Total pages: 2134