Viewing 15 posts - 91 through 105 (of 141 total)
I appreciate the help. I will try your suggested query, and update.
February 4, 2008 at 3:35 pm
Im going to do a little research on colesce, as ive never used it. So that code will pull their transcript seq 002 record IF they have one, and if...
February 1, 2008 at 10:29 am
still looking for an answer to the trans seq question, anyone?
February 1, 2008 at 8:48 am
One more thing i need to add...On their transcript gpa record, when it is pulling t.earned credits, their is also a trans seq number of either 001 or 002. Not...
January 31, 2008 at 10:17 am
After further review it looks like that by adding those as a left outer join by using
on p.people_code_id=t.people_code_id
and t.record_type='O'
and t.academic_term='Fall'
and t.academic_year='2007'
its pulling IF they have a fall 2007...
January 30, 2008 at 5:35 pm
Thanks!! It worked. Now i see the people who were previosuly missing. Ive never seen a join created like this, can you explain how exactly this is working? Im looking...
January 30, 2008 at 5:25 pm
Can you clarify? Im not sure how to move them to the on line. The joins confuses me? Can you write an example?
January 30, 2008 at 5:02 pm
So the key is when joining the table containing the transcript seq to use the max clause? I.e. this will pull trans 2 IF avaialable, if not trans 1?
January 29, 2008 at 8:19 pm
The ssn im looking for have ONLY 3 digits, not the full 9. So i dont need to liook further than the first three digits?
December 19, 2007 at 11:05 am
Thanks Daryl. That is what i did. I noticed that even just joining the first name field i got NO results. After further investigation, i noticed for some reason their...
November 20, 2007 at 12:48 pm
luckily there were only about 50, and i just removed them by hand. Everything works now, thanks for the insight guys!!
October 12, 2007 at 10:21 am
weird, i wonder how that could have been added to this file.
October 12, 2007 at 9:43 am
Found it!! When i looked at the actual table values using enterprise manager, i noticed all the records that were appearing in correctly had something like this
P000008269**
P000008270**
But the *...
October 12, 2007 at 9:32 am
Kenneth Fisher (10/12/2007)
October 12, 2007 at 9:04 am
Tried select * from upload where RTRIM(people_code_id) ='P000008270'
and still returned zero results, im going to break my original upload file into 3 smaller files, and reupload. Any other ideas...
October 12, 2007 at 8:58 am
Viewing 15 posts - 91 through 105 (of 141 total)