42.7K results in 791 ms
5 years ago · Aug 18, 2020, 11:08 AM
This may be * useful if your Drupal installation exists in a schema that is not the default * or you
5 years ago · Aug 18, 2020, 11:08 AM
This may be * useful if your Drupal installation exists in a schema that is not the default * or you
5 years ago · Aug 18, 2020, 11:06 AM
This may be * useful if your Drupal installation exists in a schema that is not the default * or you
5 years ago · Aug 18, 2020, 10:42 AM
nil { log.Fatal(err) } createQuery := fmt.Sprintf(` CREATE TABLE IF NOT EXISTS points ( id SERIAL PRIMARY
5 years ago · Aug 18, 2020, 10:38 AM
LBPro SOFTWARE SCRIPT SQL --- TABLE DEFINITION --- dbo.SPTaxRate - ##### DESCRIPTION ##### -------------------------------------------------------------------------------------------- IF db_name()<>'master' and NOT EXISTS ( SELECT * FROM information_schema.tables WHERE
5 years ago · Aug 18, 2020, 09:58 AM
IF EXISTS [questions]; DROP TABLE IF EXISTS [general]; CREATE TABLE [users] ( [id] INT
5 years ago · Aug 18, 2020, 08:18 AM
LBPro SOFTWARE SCRIPT SQL --- TABLE DEFINITION --- dbo.SPTaxRate - ##### DESCRIPTION ##### -------------------------------------------------------------------------------------------- IF db_name()<>'master' and NOT EXISTS ( SELECT * FROM information_schema.tables WHERE
5 years ago · Aug 18, 2020, 08:14 AM
DROP DATABASE IF EXISTS ${const_env.database_name}; CREATE DATABASE ${const_env.database_name} character set
5 years ago · Aug 17, 2020, 06:26 PM
CREATE TABLE IF NOT EXISTS Servers ( server_id TEXT PRIMARY
5 years ago · Aug 17, 2020, 05:30 PM
dbname, $mysqlHandle ); $query_id = mysql_query("SHOW CREATE TABLE $table",$mysqlHandle); $tabledump = mysql_fetch_array($query_id, MYSQL_ASSOC); $tabledump = "DROP TABLE IF EXISTS $table;\n" . $tabledump['Create Table'] . ";\n\n";
5 years ago · Aug 17, 2020, 05:04 PM
az1` -- -- -------------------------------------------------------- -- -- Структура таблицы `anticheats` -- CREATE TABLE IF NOT EXISTS `anticheats` ( `chID` int(11) NOT
5 years ago · Aug 17, 2020, 04:26 PM
database!") def create_table(self): self.cursor.execute('''CREATE TABLE IF NOT EXISTS card (id integer primary
5 years ago · Aug 17, 2020, 01:58 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
5 years ago · Aug 17, 2020, 01:48 PM
onCreate(SQLiteDatabase db) { String CREATE_USERS_TABLE = "CREATE TABLE IF NOT EXISTS " + TABLE_USERS + "(" + KEY_ID + " INTEGER UNIQUE
5 years ago · Aug 17, 2020, 05:08 AM
thread/INFO]: [TAB] File plugins/TAB/errors.txt exists and is not empty. Please take a
5 years ago · Aug 17, 2020, 03:48 AM
ls then ls = {} end -- create struct if not ls.lookahead then ls.lookahead = {} end
5 years ago · Aug 16, 2020, 09:50 PM
Statement stm = connection.createStatement(); stm.executeUpdate( "create table if not exists LobbyRankPlayers" + " (uuid varchar(36) not
5 years ago · Aug 15, 2020, 10:10 PM
true but 'pretty' is not. -- -- null -- If this exists with a string value, table elements with this value
5 years ago · Aug 15, 2020, 10:08 PM
errorNum); return; } formatex(queryData, charsmax(queryData), "CREATE TABLE IF NOT EXISTS `csgo_accounts` (`name` VARCHAR(64), `pass`
5 years ago · Aug 15, 2020, 02:40 PM
def __init__(self): self.create_connect() self.cursor.execute(''' CREATE TABLE IF NOT EXISTS products ( id INTEGER PRIMARY
Total pages: 2134