OldMen

Results 2 issues of OldMen

Please tell me how to execute the following query: ```sql select * from ( select * from table group by name having max(age)) where name = 'Bob'; ```

question

/// Compare two addresses for inequality. friend bool operator!=(const address_v4& a1, const address_v4& a2) STDNET_NOEXCEPT { return a1.bytes_ == a2.bytes_; //