Selecting latest date in a range
-
Hi Peter,
I am trying to emulate the following query in a child page within Data Projects;SELECT Candidate_Name, Max(Date) FROM wp_xxxxxxdatabasename;
so that from +100 records, I can see the latest record (defined by ‘Date’). I can use the WHERE statement to find all dates after/before a given date (WHERE Date <= “2018/xx/xx”) but I’m hoping there is a similar ‘Max’ statement I can use?
As a secondary question, will the means to run custom SQL queries within WP Data Access be available any time soon?
Thanks, Jeremy
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Selecting latest date in a range’ is closed to new replies.