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