Help for this page

Select Code to Download


  1. or download this
    id_code: 862012249
          entry_time: 2016-10-28 23:36:08
    ...
         last_update: 0000-00-00 00:00:00
           pull_time: 2016-11-16 18:53:40
          queue_code: NULL
    
  2. or download this
    id_code: 281938224734_10154342971729735
     item_name: pull_run_id
    item_value: 1480804468
     item_data: NULL
    
  3. or download this
    DBD::mysql::st fetchrow_array failed: fetch() without execute() at /ho
    +me/rdscopy.pl line 199.
    DBD::mysql::st fetchrow_array failed: fetch() without execute() at /ho
    +me/rdscopy.pl line 199
    
  4. or download this
     #get Id_Codes based on entry time
      my $feed_table_ext_idcode = $dbh2->prepare("SELECT id_code FROM $fee
    +d_table WHERE entry_time >= ?");
    ...
    
                                   }
    
  5. or download this
    Returned after querying facebook_321_ext table in production and need 
    +to copy them to staging
    
    ...
    item_value: 1480804471
     item_data: NULL
    
  6. or download this
    my $ext_insert = $dbh3->prepare("INSERT IGNORE INTO $feed_table_ext (i
    +d_code, item_name, item_value, item_data) VALUES (?, ?, ?, ?)") or di
    +e $dbh3->errstr;
    
    ...
                                                          $ext_insert->exe
    +cute(@insert_ext) or die $sth_insert->errstr;
                                            }