42.7K results in 790 ms
9 years ago · Oct 11, 2016, 09:44 PM
db ) then dbExec ( db, "CREATE TABLE IF NOT EXISTS mutes (id INT UNSIGNED
9 years ago · Oct 11, 2016, 09:42 PM
db ) then dbExec ( db, "CREATE TABLE IF NOT EXISTS mutes (id INT UNSIGNED
9 years ago · Oct 11, 2016, 09:34 PM
for `clanhall` -- ---------------------------- DROP TABLE IF EXISTS `clanhall`; CREATE TABLE `clanhall` ( `id` tinyint(3) unsigned NOT NULL DEFAULT '0', `name`
9 years ago · Oct 11, 2016, 09:18 PM
AddCSLuaFile( ) ------------------------------------------------------ if not VNTCB then return false
9 years ago · Oct 11, 2016, 09:18 PM
dbConnect( "sqlite", "inv.db" ) dbExec(con, "CREATE TABLE IF NOT EXISTS 'inventory' (gracz TEXT, SLOT1
9 years ago · Oct 11, 2016, 09:16 PM
text) } } func createTables(db *sql.DB) { // create table if not exists sqlTable := ` CREATE TABLE IF
9 years ago · Oct 11, 2016, 08:50 PM
see if email account exists, if not process signup $account_res = mysql_query("SELECT
9 years ago · Oct 11, 2016, 08:48 PM
see if email account exists, if not process signup $account_res = mysql_query("SELECT
9 years ago · Oct 11, 2016, 08:32 PM
account? <form action="recover_password.php" method="POST"> <table> <tr> <td style="vertical-align: middle"> If you have any other
9 years ago · Oct 11, 2016, 08:24 PM
s", table) } else { SQL_QueryAndIgnore(sql, "CREATE TABLE IF NOT EXISTS `%s` ( `auth` VARCHAR( 32
9 years ago · Oct 11, 2016, 07:48 PM
Details</legend> When did you create this account? <table> <tr> <td style="vertical-align: middle"> If you have any other
9 years ago · Oct 11, 2016, 07:46 PM
Details</legend> When did you create this account? <table> <tr> <td style="vertical-align: middle"> If you have any other
9 years ago · Oct 11, 2016, 06:06 PM
be run let SQL = "CREATE TABLE IF NOT EXISTS CONTACTS (ID INTEGER PRIMARY
9 years ago · Oct 11, 2016, 05:58 PM
DROP TABLE IF EXISTS `companies`; CREATE TABLE `companies` ( `cik` varchar(10) NOT NULL, `name` varchar(240) DEFAULT NULL ); CREATE INDEX cik ON companies(cik); SELECT * FROM `companies`;
9 years ago · Oct 11, 2016, 05:10 PM
versionAnterior, int versionNueva) { db.execSQL("DROP TABLE IF EXISTS Departamentos"); db.execSQL(sqlDep); db.execSQL("DROP TABLE
9 years ago · Oct 11, 2016, 05:08 PM
NAMES utf8; SET SQL_MODE=''; create database if not exists `galway`; SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO'; /*Table structure for table `admins`
9 years ago · Oct 11, 2016, 04:20 PM
structure for table `players` -- CREATE TABLE IF NOT EXISTS `players` ( `uid` int(12) NOT
9 years ago · Oct 11, 2016, 04:18 PM
for table `demographics` -- DROP TABLE IF EXISTS `demographics`; /*!40101 SET @saved_cs_client
9 years ago · Oct 11, 2016, 04:16 PM
for table `demographics` -- DROP TABLE IF EXISTS `demographics`; /*!40101 SET @saved_cs_client
9 years ago · Oct 11, 2016, 03:24 PM
Drop the table sqLiteDatabase.execSQL("DROP TABLE IF EXISTS " + MyCityContract.MyCityEntry.TABLE_MY_CITY); sqLiteDatabase.execSQL("DELETE FROM SQLITE_SEQUENCE
Total pages: 2134