42.7K results in 800 ms
7 years ago · Dec 18, 2018, 10:38 PM
mangos one DROP TABLE IF EXISTS `item_instance`; CREATE TABLE `item_instance` ( `guid` int(11) unsigned NOT NULL default '0', `owner_guid`
7 years ago · Dec 18, 2018, 10:28 PM
FormatPlayersQuery(char[] query) { Format(query, 511, "CREATE TABLE IF NOT EXISTS `Players` (`PlayerID` INTEGER NOT NULL
7 years ago · Dec 18, 2018, 09:04 PM
FormatPlayersQuery(char[] query) { Format(query, 511, "CREATE TABLE IF NOT EXISTS `Players` (`PlayerID` INTEGER NOT NULL
7 years ago · Dec 18, 2018, 07:58 PM
initDb ---- execute_ (c ^. dbConf) "CREATE TABLE IF NOT EXISTS path_list (path_name VARCHAR NOT
7 years ago · Dec 18, 2018, 07:36 PM
sql.Query("DROP TABLE "..v.." ;") sql.Query("CREATE TABLE IF NOT EXISTS "..v.." ( steamid TEXT NOT
7 years ago · Dec 18, 2018, 06:16 PM
EXISTS customer; DROP TABLE IF EXISTS listofartists; CREATE TABLE listofartists ( ArtistID INT(11) NOT NULL AUTO_INCREMENT, LastName CHAR(25)
7 years ago · Dec 18, 2018, 05:54 PM
estructura para tabla ejercicio1.contribuents CREATE TABLE IF NOT EXISTS `contribuents` ( `idCon` int(11) NOT
7 years ago · Dec 18, 2018, 05:42 PM
modules/Contacts/metadata/subpanels/ForAccounts.php to custom/modules/Contacts/metadata/subpanels/ Note: Create the directory structure if it does not exist yet X 15.
7 years ago · Dec 18, 2018, 05:22 PM
go use lab6; go if OBJECT_ID(N'university_group', N'U') is not null drop table university_group go create table university_group ( id int IDENTITY(100,100) not
7 years ago · Dec 18, 2018, 04:58 PM
newVersion) { String sql = "DROP TABLE IF EXISTS Alunos"; db.execSQL(sql); onCreate(db); } public
7 years ago · Dec 18, 2018, 04:48 PM
func createTables(){ var products_table = "CREATE TABLE IF NOT EXISTS `products` (`product_id` INTEGER NOT
7 years ago · Dec 18, 2018, 03:52 PM
IF EXISTS zamowienia; DROP TABLE IF EXISTS klienci; CREATE TABLE klienci ( idklienta VARCHAR(10)
7 years ago · Dec 18, 2018, 03:48 PM
BY Id; DROP TABLE IF EXISTS dbo.TheOneders; GO CREATE TABLE dbo.TheOneders ( Id INT NOT NULL, Revision SMALLINT NOT
7 years ago · Dec 18, 2018, 03:42 PM
2. -- Kreiraj tabelu Radnici create table Radnici ( id int not null, --kolona ne moze
7 years ago · Dec 18, 2018, 03:30 PM
for table `article` -- DROP TABLE IF EXISTS `article`; /*!40101 SET @saved_cs_client
7 years ago · Dec 18, 2018, 03:18 PM
that to INT 1Dh. If clear, table will not be provided. # allow more
7 years ago · Dec 18, 2018, 02:50 PM
IF EXISTS artifact; DROP TABLE IF EXISTS staff; -- (2) CREATE TABLES CREATE TABLE staff(
7 years ago · Dec 18, 2018, 02:12 PM
IF EXISTS digs; DROP TABLE IF EXISTS documents; -- person (person_id, p_name) CREATE TABLE digs ( PRIMARY KEY
7 years ago · Dec 18, 2018, 02:06 PM
IF EXISTS artifact; DROP TABLE IF EXISTS staff; -- (2) CREATE TABLES CREATE TABLE staff(
Total pages: 2134