Is there a way to use the max aggregate on an oid field? When I try on
6.5.3, I get the following error message:
test=> select max(uid) from user_base;
ERROR: Unable to select an aggregate function max(oid)
If there's any work-around, please let me know.
Marc