42.7K results in 808 ms
7 years ago · Jan 28, 2019, 07:54 PM
word_types' SELECT * FROM word_types CREATE TABLE IF NOT EXISTS TEST(ID INT PRIMARY KEY,
7 years ago · Jan 28, 2019, 07:52 PM
stmt.close(); stmt = c.createStatement(); stmt.executeQuery( "create table user_data" + "(id serial primary key, "+ " user_name text not null," + " password text not
7 years ago · Jan 28, 2019, 07:48 PM
end function check_create_db() sql = [[ CREATE TABLE IF NOT EXISTS rooms ( uid TEXT PRIMARY
7 years ago · Jan 28, 2019, 07:34 PM
openOrCreateDatabase("people.db", MODE_PRIVATE, null); myDB.execSQL( "CREATE TABLE IF NOT EXISTS user (name VARCHAR(200), otd
7 years ago · Jan 28, 2019, 07:30 PM
issuer). This Fee does not apply if the transaction is covered
7 years ago · Jan 28, 2019, 06:26 PM
DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `oauth_client_details`; CREATE TABLE `oauth_client_details` ( `client_id` varchar(255) NOT NULL, `resource_ids` varchar(255) DEFAULT
7 years ago · Jan 28, 2019, 06:20 PM
DROP TABLE IF EXISTS `logs`; CREATE TABLE `logs` ( `log_id` int(11) NOT NULL AUTO_INCREMENT, `log_date` timestamp
7 years ago · Jan 28, 2019, 06:04 PM
for table `catalog_pages` -- DROP TABLE IF EXISTS `catalog_pages`; /*!40101 SET @saved_cs_client
7 years ago · Jan 28, 2019, 05:20 PM
as e: print(e) ### sql_create_projects_table = """ CREATE TABLE IF NOT EXISTS projects ( id integer PRIMARY
7 years ago · Jan 28, 2019, 04:10 PM
version updated sqLiteDatabase.execSQL(" DROP TABLE IF EXISTS " + TABLE_USERS); } //using this method
7 years ago · Jan 28, 2019, 04:00 PM
VARCHAR(Max) DECLARE @Countryrelease VARCHAR(Max) IF OBJECT_ID('TEMPDB..#OBJMISSING') IS NOT NULL DROP TABLE #OBJMISSING CREATE TABLE #OBJMISSING (ERRID INT
7 years ago · Jan 28, 2019, 03:04 PM
for `account` -- ---------------------------- DROP TABLE IF EXISTS `account`; CREATE TABLE `account` ( `id` int(11) NOT NULL AUTO_INCREMENT, `login` varchar(30)
7 years ago · Jan 28, 2019, 02:56 PM
normalsize\begin{center}{\normalfont\sffamily\normalsize {#1.}~ #2}\end{center}% \@IEEEtablecaptionsepspace % if not a table, format it as a
7 years ago · Jan 28, 2019, 02:36 PM
cfset fileExists = 0> <!--- Check if file exists ---> <cfloop query="getDirNew"> <cfset getDirNewCurrentRow
7 years ago · Jan 28, 2019, 11:16 AM
01:28:28,553 --> 01:28:31,263 I am not sure if I know what that
7 years ago · Jan 28, 2019, 10:46 AM
String query = "DROP DATABASE IF EXISTS minions_db"; statement.executeUpdate(query); query = "CREATE DATABASE minions_db"; statement.executeUpdate(query); conn
7 years ago · Jan 28, 2019, 10:16 AM
0; } } // Draw the digits if not flashing. if (paint) { for
7 years ago · Jan 28, 2019, 08:44 AM
CONTEXT CONTINUE CONVERT CPU CREATE CROSS CUBE CUME_DIST CURRENT
7 years ago · Jan 28, 2019, 08:38 AM
return the old meta table of this name if it already exists. // virtual void CreateMetaTableType( const char*
7 years ago · Jan 28, 2019, 07:34 AM
Get-ChildItem function: $AdamjCurrentSystemVariables = Get-Variable if (-not $DailyRun -and -not $FirstRun
Total pages: 2134