SELECT top 12 * FROM Cal_Events WHERE (cal_eventcalendarid=1) and (hometeam=5 or awayteam=5) and (cal_eventdate>'5/15/2025') and (Cal_EventDate > '2/1/2025' ) ORDER BY Cal_EventDate
   
   
   
...
   
...