42.7K results in 816 ms
10 years ago · Sep 22, 2016, 08:38 PM
DROP DATABASE IF EXISTS ged; CREATE DATABASE ged; USE ged; CREATE TABLE customers ( id INT NOT
10 years ago · Sep 22, 2016, 08:30 PM
todo: connect screen: [x] create database (if not exists) [charset] // todo: connect screen:
10 years ago · Sep 22, 2016, 08:18 PM
executing 1 of 1 create table IF NOT EXISTS player_stats ( id integer prim...
10 years ago · Sep 22, 2016, 08:12 PM
The remoteExec* commands will not execute if no object with a given netID exists Tweaked: AI now turns
10 years ago · Sep 22, 2016, 08:00 PM
just shutdown, or destroy() if not possible if (!this._handle || !this._handle.shutdown)
10 years ago · Sep 22, 2016, 07:48 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
10 years ago · Sep 22, 2016, 07:48 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
10 years ago · Sep 22, 2016, 07:42 PM
function create() { try{ $table = "CREATE TABLE IF NOT EXISTS `test` ( `id` INT NOT
10 years ago · Sep 22, 2016, 07:22 PM
oldVersion + " to " + newVersion); db.execSQL("DROP TABLE IF EXISTS " + TABLE_NAME); onCreate(db); } public DatabaseClass
10 years ago · Sep 22, 2016, 05:44 PM
structure for table `narocilo_feedback` -- CREATE TABLE IF NOT EXISTS `narocilo_feedback` ( `id` int(11) NOT
10 years ago · Sep 22, 2016, 05:32 PM
that the DOM is not already loaded if ( !jQuery.isReady ) { // Make sure body exists, at least, in case
10 years ago · Sep 22, 2016, 05:30 PM
void onCreate(SQLiteDatabase sqLiteDatabase) { sqLiteDatabase.execSQL("CREATE TABLE IF NOT EXISTS "+tableName+" (id INTEGER PRIMARY
10 years ago · Sep 22, 2016, 05:08 PM
The remoteExec* commands will not execute if no object with a given netID exists Tweaked: AI now turns
10 years ago · Sep 22, 2016, 04:58 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; printFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
10 years ago · Sep 22, 2016, 04:24 PM
IF object_id(N'[dbo].[FK_dbo.Addresses_dbo.Countries_CountryId]', N'F') IS NOT NULL ALTER TABLE [dbo].[Addresses] DROP CONSTRAINT [FK_dbo.Addresses_dbo.Countries_CountryId] IF EXISTS (SELECT name FROM sys.indexes
10 years ago · Sep 22, 2016, 04:06 PM
structure for table `feedback` -- CREATE TABLE IF NOT EXISTS `feedback` ( `id` int(11) NOT
10 years ago · Sep 22, 2016, 03:34 PM
structure for table indexa_u.t_d_amar_putusan CREATE TABLE IF NOT EXISTS `t_d_amar_putusan` ( `id` int(11) NOT
10 years ago · Sep 22, 2016, 03:20 PM
tablas //Table `Electrificadora` $query1 = "CREATE TABLE IF NOT EXISTS MoltranAP_".$idEmpresa."BD.Electrificadora ( `id` INT(11) NOT
10 years ago · Sep 22, 2016, 03:20 PM
version 9.5.4 DROP SCHEMA IF EXISTS test; CREATE SCHEMA test; SET statement_timeout
10 years ago · Sep 22, 2016, 01:50 PM
DECLARE @SQLNumericVersion INT = (DBA.dbo.getNumericSQLVersion(NULL)) IF OBJECT_ID(''tempdb..#work_to_do'') IS NOT NULL DROP TABLE #work_to_do PRINT @oneLine + N''Finding
Total pages: 2134