my $rv3 = spi_exec_query('$stmt');
What am I doing wrong here?
Putting a variable name into a single-quoted string and expecting it to resolve to the contents of said variable instead of being treated as a literal.
David J.
my $rv3 = spi_exec_query('$stmt');
What am I doing wrong here?