JRS, How to return MAX(REVISION_DATE)
Hi, I am using JRS to query a table. The table has two records, but with different REVISION_DATE values. I would like to query and use the MAX(REVISION_DATE) in my WHERE clause, but I am getting an error.
When I get results, the REVISION_DATE is displayed as 2016-10-19T00:06:49.247
When there are multiple values, I would like to return the one row with the MAX REVISION_DATE value.
Thanks,
Comments
Cathy Xu
Dec 12 '17, 10:13 p.m.What is the error you got when you run the query using MAX(REVISION_DATE) in WHERE clause?
What is the query?
What DB is in use, DB2, Oracle, SQL Server...?