in reply to DBI SQL Query Question
At any rate, look at $unique_events_sth->errstr for more info$UniqueDay = "SELECT count(*) as COUNT, max(time) as MAX, min(time) as + MIN, attacksignature from np_data where month=\'?\' and day=\'?\' gr +oup by attacksignature order by COUNT desc";
Scott
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: DBI SQL Query Question
by ehdonhon (Curate) on Jan 11, 2002 at 23:40 UTC |