42.7K results in 826 ms
6 years ago · Jul 12, 2019, 02:56 PM
llRetVal AND v_sqlexec(.cSqlString) ENDWITH IF NOT EMPTY(lcChrgTmp) v_sqlexecnoerror("DROP TABLE " + lcChrgTmp) ENDIF SELECT(lnSelect) RETURN
6 years ago · Jul 12, 2019, 02:08 PM
SetupPlayerTable() { new query[1000]; strcat(query, "CREATE TABLE IF NOT EXISTS `accounts` ("); strcat(query, "`ID` INT(11)
6 years ago · Jul 12, 2019, 02:08 PM
SetupPlayerTable() { new query[1000]; strcat(query, "CREATE TABLE IF NOT EXISTS `accounts` ("); strcat(query, "`ID` INT(11)
6 years ago · Jul 12, 2019, 01:54 PM
db: cursor = db.cursor() cursor.execute(""" CREATE TABLE IF NOT EXISTS user( userID INTEGER PRIMARY
6 years ago · Jul 12, 2019, 12:48 PM
function cframe.fromaxisangle(x, y, z) if not y then x, y,
6 years ago · Jul 12, 2019, 12:44 PM
CREATE TEMPORARY TABLE IF NOT EXISTS temp_tt ENGINE=MEMORY AS ( SELECT
6 years ago · Jul 12, 2019, 12:22 PM
SQL_USER, SQL_PASSWORD, SQL_DBNAME); mysql_tquery(mysql, "CREATE TABLE IF NOT EXISTS `DynamicLabels` (\ `ID` int(5) NOT
6 years ago · Jul 12, 2019, 11:50 AM
pass); statmt = conn.createStatement(); statmt.execute( "CREATE TABLE IF NOT EXISTS `users_trails` (`user` varchar(16) PRIMARY
6 years ago · Jul 12, 2019, 11:46 AM
exists.conf' # include file only if it exists #include = 'special.conf' # include file
6 years ago · Jul 12, 2019, 11:12 AM
DATETIME; DECLARE @_ToDate DATETIME; CREATE TABLE #tmpKPI ( RowNumber INT, CompanyID
6 years ago · Jul 12, 2019, 10:24 AM
CREATE TABLE IF NOT EXISTS `codelist_items_manage` ( `id` int(30) NOT
6 years ago · Jul 12, 2019, 09:47 AM
on Debian GNU/Linux does not properly create the /var/lock/apache2 lock directory,
6 years ago · Jul 12, 2019, 09:26 AM
overwrite the existing file //if that file does not yet exists, it will create it else if(redirection.getType() == IORedirect::OUTPUT){
6 years ago · Jul 12, 2019, 09:26 AM
drops) { echo "\ndrop table if exists $table;"; } $row = $db->exp_get_row("show create table `$table_ue`"); echo "\n\n{$row['Create
6 years ago · Jul 12, 2019, 06:32 AM
new Handle:hQuery = SQL_PrepareQuery( hDb, "CREATE TABLE IF NOT EXISTS gagged_players (\ admin_name VARCHAR(32) NOT
6 years ago · Jul 12, 2019, 04:02 AM
other times where it’s not as clear. That’s why we want to create this earnings floor, a
6 years ago · Jul 12, 2019, 03:02 AM
drop database if exists db_prueba4; create database db_prueba4; use db_prueba4; create table tbl_contacto( id int auto_increment
6 years ago · Jul 12, 2019, 03:00 AM
SetupPlayerTable() { new query[1000]; strcat(query, "CREATE TABLE IF NOT EXISTS `accounts` ("); strcat(query, "`ID` INT(11)
6 years ago · Jul 12, 2019, 12:54 AM
Return true if one exists and was loaded. function load_sidecar(job) if not job then return false
Total pages: 2134