Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)

  • RE: Need help with a query

    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...

  • RE: Need help with a query

    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...

  • RE: Need help with a query

    Yes, I tried that and he took away some of the information I needed. Thanks everyone for your suggestions.

  • RE: Need help with a query

    ok, thanks for the reply.

  • RE: Need help with a query

    This is the information I want to appear:

    Ackley Brianna Lynn Knox 203B 46 9999999999

  • RE: Table Value Function

    Thanks and here is the data as a txt file.

  • RE: Table Value Function

    Thank you for your assistance.

  • RE: Table Value Function

    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 ...

  • RE: Table Value Function

    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.

  • RE: Table Value Function

    Please see the output results attached.

  • RE: Table Value Function

    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...

  • RE: Table Value Function

    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...

  • RE: Table Value Function

    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...

  • RE: Trigger

    Thanks, it is working fine now.

  • RE: Trigger

    ok. I will try it.

    Thanks everyone for your responses.

Viewing 15 posts - 1 through 15 (of 32 total)