in reply to Re: Perl or SQL ?
in thread Perl or SQL ?
This therefore doesn't lend itself to using a stored proc solution since due to the variable timestamp input the sql is ever changing.select * from sysaudits_01 where suid in (1,2,3,4,5) and eventtime > ' +$suppliedtime' union . .
|
|---|