Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The 'timestamp' field needs to be defined or selected from a specific table in the query. If the table has not been explicitly defined, add it to the query using the FROM clause, e.g. FROM mytable. If the 'timestamp' field is not in the table, it needs to be added or selected from a different table or subquery.