You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECTthis_.studentidAS studenti1_26_0_,
this_.nameAS name2_26_0_,
this_.address_cityAS address_3_26_0_,
this_.address_stateAS address_4_26_0_,
this_.preferredcoursecodeAS preferre5_26_0_
FROM
student AS this_
WHERE
EXISTS(
SELECTenrolment_.studentidAS y0_
FROM
enrolment AS enrolment_
WHEREenrolment_.year= (
SELECTmax(maxstudentenrolment_.year) AS y0_
FROM
enrolment AS maxstudentenrolment_
WHEREthis_.preferredcoursecode=maxstudentenrolment_.coursecode
)
);
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: