Desktop query views cache the column definitions of a table. There are configuration changes needed to see new table columns even if the view's query is "select *".
Resolution
In a Grid view, right click anywhere in the data area and choose "Columns". Select the new column in the "Available:" list and use "Move Selected >" to add it to the list of "Chosen:" columns.
For any active queries, make sure new columns are not excluded because the select statement specifies only a subset of the columns. To see all, make sure the query uses "select *".
To reset the default selected columns for new queries, in the Tables view right-click a table and choose: Defaults> Default Columns. You should see the new column in the "Available" list. Select and move the new column into the "Chosen" list using "Move Selected", or if no columns are chosen use "Choose All".
For graphs, edit the graph properties to reference the new column.
Issue/Introduction
There are configuration changes needed to see new table columns.