mysql resource: Unique?

This is a discussion on "mysql resource: Unique?" within the Databases section. This forum, and the thread "mysql resource: Unique? are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 1st, 2006, 16:08
Up'n'Coming Member
Join Date: Jun 2006
Location: Rochester, NY
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Compumaniac12 Send a message via MSN to Compumaniac12
mysql resource: Unique?

My small problem is that i need to figure out how to select only unique ip adresses from my hit counter table.

SELECT `ip` FROM `hitcounter`

? i know UNIQUE is recognized, but i cant seem to fit it in.

the big problem is that i have to post this stuff, because i cannot seem to find any good mysql resource like the one here for php
http://www.php.net/quickref.php

if you can help with either, thank you.
__________________
www.MonsterCoding.com - Website Programming and Development Services
Reply With Quote

  #2 (permalink)  
Old Sep 1st, 2006, 21:05
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: mysql resource: Unique?

Start here: http://mysql.com/

And the code your looking for is: select distinct ip from hitcounter;
Reply With Quote
Reply

Tags
mysql, resource, unique

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Resource id #1 WebNinja PHP Forum 3 Feb 9th, 2008 22:51
Domain Resource ozhef Free Web Site Critique 2 Jan 21st, 2008 21:51
unique Clothings yaodong Free Web Site Critique 4 Mar 17th, 2007 16:45
Resource Directory jpmitchell Link Building and Link Sales 3 Aug 17th, 2005 03:57


All times are GMT. The time now is 05:29.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43