Good morning.
I have a table with columns Version
, Updated
, LastChanged
.
I want to make a query to select the highest value of the version, with its LastChanged
, corresponding to Updated
= 1;
I did, but it did not work.
select Max(Version), LastChanged from BMTDatabaseUpdate where Updated=1