select distinct tbl_ozbib_metadata.* from tbl_ozbib_metadata, tbl_chr_ozbib_author_fts where tbl_ozbib_metadata.int_ozbib_id=tbl_chr_ozbib_author_fts.int_ozbib_id and (chr_language_code = 'Y211*' or chr_language_code ilike '%Y211* %' or chr_language_code ilike '%Y211* %' or chr_language_code ilike '% Y211*' or chr_language_code ilike '% Y211*') order by chr_1st_title limit 20 offset -1