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
For queries like this SELECT min_units FROM courses WHERE course_codes @> ARRAY['CS 103'];, the compiler simply neglects the containment clause at the moment.
The text was updated successfully, but these errors were encountered:
For queries like this
SELECT min_units FROM courses WHERE course_codes @> ARRAY['CS 103'];
, the compiler simply neglects the containment clause at the moment.The text was updated successfully, but these errors were encountered: