Utility Mill

Generate_SQL_for_Field_Count


Output


Instructions / Discussion

Gives you something like:

select book,count(*) from books group by book order by count(*) desc;

Because I got tired of typing it.

Utility Mill is another wonderful Blended Technologies project.

copyright, owned and operated by Blended Technologies LLC.

Powered by Python and the ineffable Web.py