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
Sure! If you are willing to do so please propose a syntax for it before doing too much work. I want to be careful about maintaining backward compatibility.
How do I execute the following query with composite keys and an array of tuple values?
SELECT * FROM student_course WHERE (student_id, course_id) IN ( (1,2), (42,23) );
The text was updated successfully, but these errors were encountered: