[PHP-DB] AP2

2005-12-11 Thread Sho Cki
Hi all, has someone heard about the AP2 web application server (www.petroffcse.com/systems/ap2)? I just want to know how it really works and if it is really usefull. Thanks! - Appel audio GRATUIT partout dans le monde

[PHP-DB] Subject: GROUP BY [Was: SELECT]

2005-12-11 Thread Neil Smith [MVP, Digital media]
From: Ron Piggott (PHP) [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: PHP DB php-db@lists.php.net Content-Type: text/plain Date: Sat, 10 Dec 2005 20:04:28 -0500 Message-Id: [EMAIL PROTECTED] Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: SELECT I am trying to put together a

[PHP-DB] Re: SELECT

2005-12-11 Thread Frank Flynn
Ron You want SELECT DISTINCT ... or SELECT column list FROM table GROUP BY column list In either case you probably can't use SELECT * - you have to specify the columns you're after. This is because these commands will look for any differences and if they see one they'll give you a new