RE: Mzximum character count

2001-09-19 Thread Chris Bolt
> I would like to find out what record in the table has > the largest amount of characters. This way I could possibly > decrease the varchar size (currently 100) to speed up the > queries. > > My table is as below. > CREATE TABLE competitor ( > CompetitorsName varchar(35) not null, >

Re: Mzximum character count

2001-09-19 Thread Paul DuBois
At 8:43 AM +1000 9/20/01, Neil Silvester wrote: >Hello, >I am working on a MySQL database that lists the current competitors >of the company I work for as a part of a global intranet. At present >I have a table that contains the corporate website of our >competitors. I would like to find out wh