We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this
my $sql = "select from "; $sql.=$table;
and even that:
my $sql = "select from "; $sql ="$sql $table";
(possibly 1st case more common and 2nd is pretty complex)
p.s. Great project ! Thanks!