[Fwd: Re: Mysql lib]

2003-02-10 Thread reavey
Original Message Subject: Re: Mysql lib Date: Sun, 9 Feb 2003 20:53:34 -0500 From: "Bob Showalter" <[EMAIL PROTECTED]> To: "reavey" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> reavey wrote: I'

Re: Mysql lib

2003-02-09 Thread Bob Showalter
reavey wrote: > I'm interested in libraries or procedures which can produce reports > on a mysql > database. The DBI module is recommended for database access. You'll need the DBD::mysql driver module to go with it. > I've loaded a mysql database which has powerball numbers. > I'd like to analyze

Mysql lib

2003-02-09 Thread reavey
I'm interested in libraries or procedures which can produce reports on a mysql database. I've loaded a mysql database which has powerball numbers. I'd like to analyze the data for simple things like: Which number occurs most frequently? Adding the winning numbers and taking their average? Statisti