How to find the maximum value in a column in the DB2 database?
A user can find the maximum value in a column by using SELECT MAX(...)
..in DB2 query.
Suggest An Answer
No suggestions Available!
A user can find the maximum value in a column by using SELECT MAX(...)
..in DB2 query.