This post will help you a lot:
Also, you could change the column header without doing anything in the table by adjusting the named query:
SELECT tableColumn AS newHeader FROM table
This post will help you a lot:
Also, you could change the column header without doing anything in the table by adjusting the named query:
SELECT tableColumn AS newHeader FROM table