If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Stupid Question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-10-03, 13:59
imperial07 imperial07 is offline
Registered User
 
Join Date: Jan 2003
Posts: 2
Stupid Question

Ive been out of the SQL loop for a while, so bear with me. I am doing a select and I have a Where statement, and what I need is so I get a return of a Unique Last_name/First_name combo.
Reply With Quote
  #2 (permalink)  
Old 01-10-03, 15:24
rajXesh rajXesh is offline
Registered User
 
Join Date: Jul 2002
Posts: 29
Re: Stupid Question

Quote:
Originally posted by imperial07
Ive been out of the SQL loop for a while, so bear with me. I am doing a select and I have a Where statement, and what I need is so I get a return of a Unique Last_name/First_name combo.

select DISTINCT last_name, first_name
from........

-- rajXesh
__________________
All you need in this life is ignorance and confidence, and then success is sure.
-- Mark Twain (1835 - 1910)
Reply With Quote
  #3 (permalink)  
Old 01-10-03, 15:29
imperial07 imperial07 is offline
Registered User
 
Join Date: Jan 2003
Posts: 2
Thanks, I did finally remember a couple minutes after I posted.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On