42.7K results in 799 ms
8 years ago · Feb 21, 2018, 11:51 PM
12:10:51 GMT ~ debug ~ DROP TABLE IF EXISTS "todos" # Mon, 22 Dec
8 years ago · Feb 21, 2018, 10:52 PM
create extension if not exists pgcrypto; create table my_table(id serial primary key,
8 years ago · Feb 21, 2018, 09:52 PM
bool exists; FILE *ifp; exists = false; if ( ( ifp = fopen( filename, "r"
8 years ago · Feb 21, 2018, 09:22 PM
backup 114 00:13:48,292 --> 00:13:49,917 If you didn't act it
8 years ago · Feb 21, 2018, 09:18 PM
then startX = -0.6 end if baseZ == nil then baseZ = -2.3 end --Create a table. First row is dice
8 years ago · Feb 21, 2018, 08:36 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
8 years ago · Feb 21, 2018, 08:02 PM
bool exists; FILE *ifp; exists = false; if ( ( ifp = fopen( filename, "r"
8 years ago · Feb 21, 2018, 07:40 PM
ways, but you’re tripping if you think its data and not data, Whenever two fifth
8 years ago · Feb 21, 2018, 07:30 PM
bool exists; FILE *ifp; exists = false; if ((ifp = fopen(filename, "r")) != NULL)
8 years ago · Feb 21, 2018, 07:28 PM
MySQL Table created"); con.createStatement().executeUpdate( "CREATE TABLE IF NOT EXISTS MutetPlayers (Spielername VARCHAR(100), UUID
8 years ago · Feb 21, 2018, 07:20 PM
tf.unlink out end SCHEMA_SETUP = %{ CREATE TABLE IF NOT EXISTS schema_migrations ( id INT NOT
8 years ago · Feb 21, 2018, 07:14 PM
table `brands` -- DROP TABLE IF EXISTS `brands`; CREATE TABLE `brands` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255)
8 years ago · Feb 21, 2018, 07:06 PM
rescue Exception puts 'Gdk not installed. Please install if possible.' end end
8 years ago · Feb 21, 2018, 07:02 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']));
8 years ago · Feb 21, 2018, 06:30 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
8 years ago · Feb 21, 2018, 06:16 PM
ref.SubmissionNumber --===== If the test table already exists, drop it IF OBJECT_ID('TempDB..#mytable') IS NOT NULL DROP TABLE #mytable
8 years ago · Feb 21, 2018, 05:46 PM
ref.SubmissionNumber --===== If the test table already exists, drop it IF OBJECT_ID('TempDB..#mytable') IS NOT NULL DROP TABLE #mytable
8 years ago · Feb 21, 2018, 05:36 PM
sqlite3.connect('candles.db') with db: db.execute(''' CREATE TABLE IF NOT EXISTS candles( id INTEGER PRIMARY
8 years ago · Feb 21, 2018, 05:28 PM
DROP TABLE IF EXISTS [DATABASENAMEHERE].[dbo].[WinEvent] GO CREATE TABLE [DATABASENAMEHERE].[dbo].[WinEvent] ( [id] int
8 years ago · Feb 21, 2018, 05:04 PM
problem_table MODIFY id int NOT NULL PRIMARY KEY AUTO_INCREMENT; ``` ### DROP ``` drop table if exists tableName; ```
Total pages: 2134