waimun
Results
1
issues of
waimun
Consider the following code: ```js const ids = ['ab11cd', 'ef22gh'] await sql` select student_id, max(version) as version from students where student_id in (${sql(ids)}) group by student_id ` ``` This would...