Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • Reply To: 2 questions

    Ok. How about now? 🙂

    Select a.StudentID, a.StudentName

    From Students a

    Inner join Registrations b on a.StudentID = b.StudentID

    Where a.StudentStatus = ‘Active’

    And b.RegistrationStatus not in (select RegistrationStatus

    From Registrations

    Where  RegistrationStatus = ‘Active’

    And RegistrationDate >...

  • Reply To: 2 questions

    Hi John. No, i do not have the table, everything i have is posted here.

    Regarding 1) telling me I'm wrong doesn't really help, since i still don't know the correct...

Viewing 2 posts - 1 through 3 (of 3 total)