RE: [PHP-DB] I can't seem to get Max() to work

2004-10-28 Thread Bastien Koert
is it an iteger type datafield? bastien From: "Chris Payne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [PHP-DB] I can't seem to get Max() to work Date: Thu, 28 Oct 2004 01:05:46 -0400 Hi there everyone, I can’t seem to get the below to work with PHP and MySQL: $sql = "SELECT MAX(FoodIt

Re: [PHP-DB] I can't seem to get Max() to work

2004-10-27 Thread Robby Russell
On Thu, 2004-10-28 at 01:05 -0400, Chris Payne wrote: > Hi there everyone, > > > > I canât seem to get the below to work with PHP and MySQL: > > > > $sql = "SELECT MAX(FoodItemNumber) FROM menuitemsubs"; > > > > What am I doing wrong? I need the highest number from the column > FoodIte