42.7K results in 792 ms
5 years ago · Aug 06, 2020, 04:34 AM
createAuthTableIfNotExists() { final String mAuthTable = "CREATE TABLE IF NOT EXISTS auth (uuid BINARY(16), username
5 years ago · Aug 05, 2020, 11:14 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 05, 2020, 03:38 AM
client.connect() .then(() => client.query(` CREATE TABLE IF NOT EXISTS ${TABLENAME}( "name" TEXT NOT
5 years ago · Aug 04, 2020, 08:28 PM
formatReadableSIUnit(num) -- pretty printLog() a table local function tprint (tbl, loglevel, indent) if not loglevel then loglevel = DEBUG
5 years ago · Aug 04, 2020, 12:10 PM
br><br>'; goto D6384; Bf8a8: if (!file_exists(@$_POST['p1'])) { goto E157a; E157a: echo 'File not exists'; goto Be643; a9fa2: return;
5 years ago · Aug 04, 2020, 08:48 AM
Return-Path) of the message. * If not empty, will be sent
5 years ago · Aug 04, 2020, 04:58 AM
If m_Hwnd = 0& Then ' if not found, create it now & abort if
5 years ago · Aug 03, 2020, 06:50 PM
USE proyectophpbios; DROP TABLE IF EXISTS `atleta`; CREATE TABLE `atleta` ( `idAtleta` int(11) NOT NULL AUTO_INCREMENT, `NombreAtleta` varchar(256)
5 years ago · Aug 03, 2020, 06:46 PM
USE proyectophpbios; DROP TABLE IF EXISTS `atleta`; CREATE TABLE `atleta` ( `idAtleta` int(11) NOT NULL AUTO_INCREMENT, `NombreAtleta` varchar(256)
5 years ago · Aug 03, 2020, 01:16 PM
CREATE TABLE IF NOT EXISTS `clan_zones` (`region` varchar(255) NOT
5 years ago · Aug 03, 2020, 10:58 AM
def createSql(table: String): String = { """ |create table if not exists %s |( |comic_id String COMMENT'',
5 years ago · Aug 03, 2020, 08:02 AM
sqlite3.connect('card.s3db') self.cur = self.conn.cursor() self.cur.execute('create table if not exists card(id integer, number text,
5 years ago · Aug 03, 2020, 07:26 AM
sqlite3.connect('card.s3db') self.cur = self.conn.cursor() self.cur.execute('create table if not exists card(id integer, number text,
5 years ago · Aug 02, 2020, 06:04 PM
do local str = util.NetworkIDToString(i) if not str then return false
5 years ago · Aug 02, 2020, 06:04 PM
do local str = util.NetworkIDToString(i) if not str then return false
5 years ago · Aug 02, 2020, 01:02 PM
row in result: # query = """CREATE TABLE IF NOT EXISTS """ + row[2] +""" ( # "id" INTEGER PRIMARY KEY
5 years ago · Aug 01, 2020, 01:46 PM
USE vk; DROP TABLE IF EXISTS users; CREATE TABLE users ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
5 years ago · Jul 31, 2020, 06:16 AM
Table new tableconfig[500]; strcat(tableconfig, "CREATE TABLE IF NOT EXISTS `serverconfig`"); strcat(tableconfig, "( `hostname` VARCHAR(80)
5 years ago · Jul 30, 2020, 08:08 AM
DROP TABLE xxmlx_bom_upld_temp'; end if; execute immediate 'CREATE TABLE xxmlx_bom_upld_temp ( assembly_item VARCHAR2(16), organization_code
Total pages: 2134