Viewing 15 posts - 1 through 15 (of 32 total)
This was the only way I could get the correct number of rows to come in. It only takes about a second or so to run. If you...
April 27, 2009 at 8:48 am
I was able to get the information on one line by using this query.
select distinct lastname,firstname,room_desc,data2.campusboxnum,data3.room_phone,emailaddr
from (select distinct idnum,lastname,firstname,campusboxnum,emailaddr
from
(SELECT...
April 27, 2009 at 6:52 am
Yes, I tried that and he took away some of the information I needed. Thanks everyone for your suggestions.
April 24, 2009 at 12:32 pm
This is the information I want to appear:
Ackley Brianna Lynn Knox 203B 46 9999999999
April 24, 2009 at 11:48 am
Here is the data from the three tables. Please see attached.
data definition for stage_config
stage char(5)
stage_ord int
data definition for candidacy
id_num ...
March 4, 2009 at 8:22 am
The purpose of the function is to find the total number of prospects with a given stage on a given date and compare that to the previous year.
March 4, 2009 at 7:13 am
I did not see any index information. I will attached the data soon.
This is the query they run to get the information:
SELECT * FROM ccsc_admis_numbers(:Group, :Year, :Term, :Date)
This is...
March 4, 2009 at 7:02 am
At this time no one is complaining about the database being slow. I was trying to be proactive and see what could potentially cause us some problems. We...
March 4, 2009 at 6:34 am
I have just spoken with the person who created this function. He said that he runs this report at night. So, since he runs this report at night...
February 17, 2009 at 9:22 am
Viewing 15 posts - 1 through 15 (of 32 total)