42.7K results in 835 ms
8 years ago · Feb 20, 2018, 10:28 PM
no-create-db", 'n', "Suppress the CREATE DATABASE ... IF EXISTS statement that normally is
8 years ago · Feb 20, 2018, 09:24 PM
php $definicionTabla = "CREATE TABLE IF NOT EXISTS videojuegos( anio INTEGER NOT
8 years ago · Feb 20, 2018, 09:00 PM
entityValue(r)) } } c.o.phantom Executing query: CREATE TABLE IF NOT EXISTS test."SDS" (entity_key text,PRIMARY KEY
8 years ago · Feb 20, 2018, 08:46 PM
schema = """ BEGIN TRANSACTION; DROP TABLE IF EXISTS tools; CREATE TABLE tools ( tool INTEGER
8 years ago · Feb 20, 2018, 08:30 PM
CREATE TABLE IF NOT EXISTS `countries` ( `id` int(10) unsigned
8 years ago · Feb 20, 2018, 08:20 PM
<?php $file_db = new PDO('sqlite:myDatabase.sqlite3'); try { $query = $file_db->query( "CREATE TABLE IF NOT EXISTS myTable ( id INTEGER PRIMARY KEY, title TEXT, value TEXT)" ); var_dump($query); } catch(PDOException $e) { echo $e->getMessage(); }
8 years ago · Feb 20, 2018, 07:56 PM
function(func) { var el = this.rootElement ; // if not visible in window, move
8 years ago · Feb 20, 2018, 07:33 PM
is_object($user)) { }" class User { /* Users * -------------------------------------- CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) unsigned
8 years ago · Feb 20, 2018, 07:32 PM
the -[litecoin-project/gitian.sigs.ltc](https://github.com/litecoin-project/gitian.sigs.ltc/) repository, or if that's not possible create a pull +[litecoincash-project/gitian.sigs.lch](https://github.com/litecoincash-project/gitian.sigs.lch/) repository,
8 years ago · Feb 20, 2018, 07:31 PM
return Database::getConnection()->schema()->indexExists($table, $name); } /** * Checks if a table exists. * * @param $table * The name
8 years ago · Feb 20, 2018, 07:18 PM
de la table `GridUser` -- CREATE TABLE IF NOT EXISTS `GridUser` ( `UserID` varchar(255) NOT
8 years ago · Feb 20, 2018, 06:58 PM
touch! class User { /* Users * -------------------------------------- CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) unsigned
8 years ago · Feb 20, 2018, 06:24 PM
odbc_close($DB2Conn); $DB2Conn = null; $sql = "CREATE TABLE IF NOT EXISTS db2Temp ( rep INTEGER, dealer
8 years ago · Feb 20, 2018, 06:08 PM
virtual customers abstraction layer -- CREATE TABLE IF NOT EXISTS `op_customers` ( `id` int(11) NOT
8 years ago · Feb 20, 2018, 05:20 PM
entities": [ { "tableName": "note", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`entryid` TEXT NOT
8 years ago · Feb 20, 2018, 04:42 PM
conn->query($sqlC); mysqli_select_db($conn,"auctionDB"); $sql="DROP TABLE IF EXISTS `auktions`;"; $sql .="CREATE TABLE `auktions` ( `id` int(255) NOT NULL, `name` varchar(50) COLLATE
8 years ago · Feb 20, 2018, 04:24 PM
bool exists; FILE *ifp; exists = false; if ((ifp = fopen(filename, "r")) != NULL)
8 years ago · Feb 20, 2018, 04:04 PM
var delta = 0; var exists = $( '#nMCAPTotal' ); if( exists.length ) { exists.attr( 'title', value
8 years ago · Feb 20, 2018, 04:02 PM
curr.PolicyNumber --===== If the test table already exists, drop it IF OBJECT_ID('TempDB..#mytable') IS NOT NULL DROP TABLE #mytable
Total pages: 2134