Help for this page

Select Code to Download


  1. or download this
    sub insertsql {
        my ($dbh,$table,$data) = @_;
    ...
        $sth->finish();
        return;
    }
    
  2. or download this
    insert into crowdtangle (postUrl,crowdtangle_id,statistics,account,dew
    +indowfy_content,expandedLinks,score,description,message,posted,media,
    +subscriberCount,updated,platform,type) values (?,?,?,?,?,?,?,?,?,?,?,
    +?,?,?,?) returning id
    
  3. or download this
    DBD::Pg::st execute failed: ERROR:  column "posturl" of relation "crow
    +dtangle" does not exist
    LINE 1: insert into crowdtangle (postUrl,crowdtangle_id,statistics,a..
    +.
                                     ^ at c:/perlmodules/SqlSupport.pm lin
    +e 70.