(no title)
owlstuffing | 7 months ago
int year = 2019;
. . .
for(Film film: "[.sql/] select * from film where release_year > :rel_year".fetch(year)) {
out.println(film.title);
}
1. https://github.com/manifold-systems/manifold/blob/master/man...
No comments yet.