I've got a table "x" with a column named "date"
When I run this query: "select date from x" an error is returned: "Error: ORA-00936: missing expression (State:37000, Native Code: 3A8)"
How should I modify the query in order to retrieve the data in the "date" column?
When I run this query: "select date from x" an error is returned: "Error: ORA-00936: missing expression (State:37000, Native Code: 3A8)"
How should I modify the query in order to retrieve the data in the "date" column?