in reply to Re: Re: speeding up mySQL query in .pm
in thread speeding up mySQL query in .pm

Good call bean. Your query is more succinct. I cast you a vote :). T-SQL = Transact-SQL = MS flavor of SQL in MS SQL Server.

Anonymous Monk: is sounds like you need to put a use DBI; at the top of your program. Since you're a self proclaimed novice you make want to check this out Before asking a database related question .... It's a great read.

Good luck.

  • Comment on Re: Re: Re: speeding up mySQL query in .pm