42.7K results in 807 ms
8 years ago · Feb 07, 2018, 12:56 AM
curFloatingImg.attr("display", ""); } /*if user is not hovering over thumbnail and floating image still exists*/ else if (currentHoveredThumbnail === null && curFloatingImg !== null)
8 years ago · Feb 06, 2018, 10:48 PM
if (results.rows.length === 0) { // tx.executeSql('CREATE TABLE IF NOT EXISTS DemoTable (_id ,name ,subject_id,curriculum_id,xclass_id
8 years ago · Feb 06, 2018, 09:22 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
8 years ago · Feb 06, 2018, 09:06 PM
for achievements_talents -- ---------------------------- DROP TABLE IF EXISTS `achievements_talents`; CREATE TABLE `achievements_talents` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` enum('citizenship','status')
8 years ago · Feb 06, 2018, 08:54 PM
ENGINE InnoDB; # --- !Downs DROP TABLE IF EXISTS `course`; // CourseDao.scala package dao
8 years ago · Feb 06, 2018, 08:12 PM
sessions and sessions_info tables --------------------------------------------------------------------------------------------------- CREATE TABLE IF NOT EXISTS test.tracks_sessions_info ( "session_id" VARCHAR(534) ENCODE
8 years ago · Feb 06, 2018, 07:18 PM
Error: Table 'address' already exists [Failed SQL: CREATE TABLE projects.address (id BIGINT AUTO_INCREMENT NOT NULL, street_name VARCHAR(255) NOT
8 years ago · Feb 06, 2018, 05:44 PM
table if exists servside2017_persons; create table if not exists servside2017_persons (id char(11) primary
8 years ago · Feb 06, 2018, 05:44 PM
bool exists; FILE *ifp; exists = false; if ((ifp = fopen(filename, "r")) != NULL)
8 years ago · Feb 06, 2018, 05:42 PM
table if exists servside2017_persons;" ."create table if not exists servside2017_persons (id char(11) primary
8 years ago · Feb 06, 2018, 05:22 PM
structure for table gta_rp.phone_contacts CREATE TABLE IF NOT EXISTS `phone_contacts` ( `owner` int(11) NOT
8 years ago · Feb 06, 2018, 05:16 PM
int not null,`name_left` varchar(100) not null); drop procedure if exists genjoin; delimiter $$ create procedure genjoin() begin declare
8 years ago · Feb 06, 2018, 04:42 PM
na database MySQL"); mysql_tquery(Conexao, "CREATE TABLE IF NOT EXISTS usuarios(ID int AUTO_INCREMENT PRIMARY
8 years ago · Feb 06, 2018, 04:36 PM
table IF EXISTS gvrfm ; CREATE table IF NOT EXISTS gvrfm select email, reQuintile,
8 years ago · Feb 06, 2018, 03:58 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 06, 2018, 03:38 PM
travelpoints.travelpoints_tables = travelpoints.worldpath .. travelpoints.delimiter .. "travelpoints_tables" -- Create directory if it does not exist. os.execute("mkdir \"" .. travelpoints.travelpoints_tables .. "\"") -- Set
8 years ago · Feb 06, 2018, 02:48 PM
TABLE IF EXISTS temp_avgrcpm; CREATE TEMPORARY TABLE IF NOT EXISTS temp_avgrcpm AS ( SELECT sc.`site_area_id`,
Total pages: 2134