Help for this page

Select Code to Download


  1. or download this
    use 5.012;
    use strict;
    ...
    my $stmt_and_val = $sql->generate('INSERT INTO', \$table, \%data);
    
    say $stmt_and_val;
    
  2. or download this
    INSERT INTO atable SET a = NULL, b = 1, c = 'string and string'