SELECT MAX on version fields
Hi,
I have a table A with fields STR_FILENAME, STR_FILEPATH, INT_MAJOR, INT_MINOR, INT_BUILD, INT_REVISION as integer to save a version of files.
How can i get the file with the max version and use this query as subquery to get if a file is the last version?