From: Martijn Tonies Date: April 20 2006 11:48am Subject: Re: getting unique results List-Archive: http://lists.mysql.com/mysql/197072 Message-Id: <024801c66470$46391a60$cd02a8c0@martijnws> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit > >SELECT `Service type` FROM `service_providers` > > >How do I get only unique results from this query. There are many services called 'cafe' for example but I only want one. Well, this could help: select distinct `service type` FROM `service_providers` Martijn Tonies Database Workbench - development tool for MySQL, and more! Upscene Productions http://www.upscene.com My thoughts: http://blog.upscene.com/martijn/ Database development questions? Check the forum! http://www.databasedevelopmentforum.com