- or download this
Sql::Stash->set_sql('last_downloadevent', q(select max (ymdhms) from r
+ktrack.downloadevent),'RKG',0);
- or download this
...
<% $last_downloadevent %>
...
$sth->finish;
...
</%init>
- or download this
Sql::Stash->set_sql('last_downloadevent', q(select concat(max(ymdhms)
+,'-', now()) from rktrack.downloadevent where ?>0),'RKG',0);
- or download this
select max(ymdhms) from rktrack.downloadevent
- or download this
perl -MSql::Stash -e "my $ss=Sql::Stash->new; my $sth=$ss->sql_last_do
+wnloadevent; $sth->execute; print $sth->fetch"