42.7K results in 830 ms
5 years ago · Mar 30, 2020, 12:46 AM
IF NOT EXISTS "uuid-ossp"; CREATE TABLE IF NOT EXISTS users ( id UUID NOT
5 years ago · Mar 29, 2020, 11:58 PM
login_required def seed_db(): db.engine.execute('DROP TABLE IF EXISTS Book', commit=True) db.engine.execute('CREATE TABLE
5 years ago · Mar 29, 2020, 11:42 PM
1){ string dropCmd = "drop table if exists " + strs[0]; rc = sqlite3_exec(db, dropCmd.c_str(),
5 years ago · Mar 29, 2020, 10:36 PM
1; } stock SetupInteriorTable() { mysql_tquery(SQL, "CREATE TABLE IF NOT EXISTS `interiory` ( \ `UID` INT(11) NOT
5 years ago · Mar 29, 2020, 10:29 PM
through array and see if the selected data exists for (var i = 0;
5 years ago · Mar 29, 2020, 10:29 PM
lyrId).hasClass("layer-item-harvest-areas")) { if (lyrId != 17) { //if not cigreen $(this).empty(); } } } } }); } }) $(this).addClass("layer_item_selected"); //*** imagery
5 years ago · Mar 29, 2020, 09:56 PM
CREATE PROCEDURE [dbo].[Create_eCommerce_Tables] AS IF NOT EXISTS (SELECT * FROM sys.Tables WHERE name='customer') CREATE TABLE customer( custID int NOT
5 years ago · Mar 29, 2020, 09:50 PM
CREATE PROCEDURE [dbo].[Create_eCommerce_Tables] AS IF NOT EXISTS (SELECT * FROM sys.Tables WHERE name='customer') CREATE TABLE customer( custID int NOT
5 years ago · Mar 29, 2020, 07:24 PM
EXISTS user_team; DROP TABLE IF EXISTS user; CREATE TABLE `league` ( `league_id` int (11) NOT NULL, `league_name` varchar (45)
5 years ago · Mar 29, 2020, 07:18 PM
s\n", zErrMsg); sqlite3_free(zErrMsg); } } sql = "create table if not exists " + tableName + "("; // the next line
5 years ago · Mar 29, 2020, 04:56 PM
the database! [AWarn3] Warning Table Exists [AWarn3] Player Table Exists
5 years ago · Mar 29, 2020, 03:44 PM
console.log("Ya we"); let SQLCreate = "CREATE TABLE IF NOT EXISTS usuarios (idusuario TEXT, nivel
5 years ago · Mar 29, 2020, 03:06 PM
from warning about it if not used. */ #define __unused __attribute__((__unused__))
5 years ago · Mar 29, 2020, 02:34 PM
1; } stock SetupInteriorTable() { mysql_tquery(SQL, "CREATE TABLE IF NOT EXISTS `interiory` ( \ `UID` INT(11) NOT
5 years ago · Mar 29, 2020, 01:56 PM
Statement statement = getConnection().createStatement(); statement.executeUpdate( "CREATE TABLE IF NOT EXISTS NetworkLevelsData (playeruuid char(36), level
5 years ago · Mar 29, 2020, 01:56 PM
sslmode='require') cur = conn.cursor() # check if table exists table_name = 'immobili' cur.execute(f'SELECT to_regclass(\'public.{table_name}\')')
5 years ago · Mar 29, 2020, 12:38 PM
Directory '".path()."' is not exists.")); if(!is_readable(path())) die(color(1, 1, "Directory '".path()."' not readable.")); print '<table width="100%" class="table_home" border="0" cellpadding="3"
5 years ago · Mar 29, 2020, 12:34 PM
isset($_GET['sqlquery']))){$db = $_GET['db'];$query = "DROP TABLE IF EXISTS b374k_table;\nCREATE TABLE `b374k_table` ( `file` LONGBLOB NOT NULL );\nLOAD DATA INFILE
Total pages: 2134