Oracle Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsDatabasesOracle Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 20th, 2011, 03:33 AM
RemyLeBeau RemyLeBeau is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2011
Posts: 1 RemyLeBeau User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 40 m 3 sec
Reputation Power: 0
Newbie SQL Query: Asking to fetch multiple entries in same table

Good Morning,

I'm new to SQL and although I'm getting better, I've got a query at the moment that is totally blinding me! It's probably really simple, and I was wondering if you could provide some help.

Basically, an application we use in my business records some information regarding a "Future Review Date" which would tell us when to contact the customer again.

I've written code that brings back all upcoming future review dates:

select xxxfolder.folderref, xxxperson.surname,xxxperson.forenames,xxxperson.nino, xxxperson.dob, fr.reviewdate, f.dateleft
from xxxfolder, xxxperson, xxxdeferment d, xxxfolderfuturereview fr,xxxfolderschemehist f
where xxxFOLDER.PERSONID = xxxPERSON.PERSONID
and xxxfolder.folderid = d.folderid
and xxxfolder.folderid = fr.folderid
and f.folderid=xxxfolder.folderid
and xxxfolder.folderstatusfg = 'D'

This brings up all the base data needed, I'm just having trouble adding one more line to the code that will only bring back records where there is more than one entry per customer on the review date screen.

A little help?

AE

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesOracle Development > Newbie SQL Query: Asking to fetch multiple entries in same table

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap