42.7K results in 808 ms
9 years ago · Nov 04, 2016, 11:48 PM
DELIMITER ; DELIMITER $$ DROP FUNCTION IF EXISTS `fun_valida_usuario`$$ CREATE FUNCTION `fun_valida_usuario`(p_username VARCHAR(15) , p_password
9 years ago · Nov 04, 2016, 11:24 PM
EXISTS INSCRIRE CASCADE; DROP TABLE IF EXISTS ADHERENTS CASCADE; create table CATEGORIES ( Code_categorie text
9 years ago · Nov 04, 2016, 10:26 PM
type in (N'U')) DROP TABLE [Student] IF EXISTS (SELECT * FROM sys.objects WHERE
9 years ago · Nov 04, 2016, 08:06 PM
structure for table hotel.groups_items CREATE TABLE IF NOT EXISTS `groups_items` ( `type` enum('base','symbol','color','color2','color3') NOT
9 years ago · Nov 04, 2016, 07:22 PM
for `catalog_pages` -- ---------------------------- DROP TABLE IF EXISTS `catalog_pages`; CREATE TABLE `catalog_pages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11)
9 years ago · Nov 04, 2016, 06:54 PM
Id and Text. ```sql CREATE TABLE IF NOT EXISTS `chat` ( `Id` int(11) NOT
9 years ago · Nov 04, 2016, 06:32 PM
function(cols) { i = 0; tabledef = "CREATE TABLE IF NOT EXISTS " + table.name + " ("; cols.forEach(function(col) { i++; rowdef
9 years ago · Nov 04, 2016, 03:32 PM
beeline -u "jdbc:hive2://sda1node04.na.pg.com:10000/default;principal=hive/_HOST@BUCCLUSTER.NA.PG.COM" -e "create table IF NOT EXISTS poc_ccts.sd_mps_t1(ean_cs bigint, material bigint,
9 years ago · Nov 04, 2016, 03:02 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; printFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
9 years ago · Nov 04, 2016, 02:32 PM
USE `iptv`; DROP TABLE IF EXISTS `redirects`; CREATE TABLE `redirects` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `userId` int(11)
9 years ago · Nov 04, 2016, 02:30 PM
USE `iptv`; DROP TABLE IF EXISTS `redirects`; CREATE TABLE `redirects` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `userId` int(11)
9 years ago · Nov 04, 2016, 02:20 PM
typeof(value) != "undefined") database.transaction(function(tx) { tx.executeSql("CREATE TABLE IF NOT EXISTS cache(" + "id INTEGER NOT
9 years ago · Nov 04, 2016, 01:54 PM
for catalog_pages -- ---------------------------- DROP TABLE IF EXISTS `catalog_pages`; CREATE TABLE `catalog_pages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11)
9 years ago · Nov 04, 2016, 01:40 PM
cfset fileExists = 0> <!--- Check if file exists ---> <cfloop query="getDirNew"> <cfset getDirNewCurrentRow
9 years ago · Nov 04, 2016, 01:38 PM
40101 SET NAMES utf8 */; CREATE TABLE IF NOT EXISTS `beneficiar` ( `Cod_B` int(11) NOT
9 years ago · Nov 04, 2016, 01:32 PM
line before bash exits. If the variable exists but does not have a numeric value,
9 years ago · Nov 04, 2016, 01:12 PM
else{ die('Error : ('. $mysqli->errno .') '. $mysqli->error); } CREATE TABLE IF NOT EXISTS `user_table` ( `id` int(5) NOT
Total pages: 2134