grace law ratios in the bible
Bible books where law is mentioned more than grace select * from (select book, count (*) filter (where verse ~* '\ylaw\y') as law_count, count(*) filter (where verse ~* '\ygrace\y') as grace_count, count (*) filter (where verse ~* '\yworks\y') as works_count, count (*) filter (where verse ~* '\yjustification\y') as justification_count, count(*) filter (where verse ~* '\yjusti') as justi_count, count(*) filter (where verse ~* '\ysancti') as sancti_count, count(*) filter (where verse ~* 'perfect') as perfect_count, booknumber from bibles group by book, booknumber order by law_count desc) where law_count > grace_count order by law_count desc;40 rows book law_count grace_count works_count justification_count justi_count sancti_count perfect_count booknumber Rom 52 20 8 3 16 1 1 45 Psa 37 2 54 0 5 0 12 19 Gal 25 7 5 0 6 0 1 48 Deu 24 0 4 0 2 3 3 5 Acts 21 10 5 0 1 2 6 44 Neh 21 0 2 0 0 3 0 16 Lev 18 0 0 0 0 22 1 3 Exo 18 5 5 0 1 1...