- or download this
my @date1 = ('2013-08-01 00:00:00.000','2013-08-02 00:00:00.000');
- or download this
my @intervals = (
['2013-08-01 00:00:00.000', '2013-08-02 00:00:00.000'],
...
$sth->execute(@$interval);
...
}
- or download this
WHERE master.dbo.fn_sqlvarbasetostr(AuditChrt_TimeStamp) >= ?
AND master.dbo.fn_sqlvarbasetostr(AuditChrt_TimeStamp) < ?