Open don-tay opened 2 years ago
Example queries:
select sid from student where bla=123
select sid, eid from student,enroll where sid=studentid and abc=def
Possibly might be an extension
I see, in that case, let us deprioritise this
Example queries: