1 select * from titles as t
2 where not exists
3 (select * from titles where pub_id = t.pub_id and title_id < t.title_id)
2 where not exists
3 (select * from titles where pub_id = t.pub_id and title_id < t.title_id)