Proper Case in Column Titles for SQL reports

Proper Case in Column Titles for SQL reports

by David Heuring -
Number of replies: 0

Thanks for the updated version of this plugin.  It fixed my previously reported start/end filter issue.  

I have a question about the titles at the top of columns in an SQL report.  I'd like to have the first letter of each word in the title be uppercase, i.e., proper case.  Column titles display as proper case in "Users reports" but they're lowercase in "SQL reports".  

Does anyone know how to modify the SQL queries below to get proper case for the column titles in an SQL report?

SELECT

u.firstname AS 'First Name',

u.lastname) AS 'Last Name',

u.email AS 'Email',

Thanks much for any suggestions!

David

Average of ratings: -