knex return inserted row code example Example: knex last insert id mysql knex('users').max('age')Outputs:select max(`age`) from `users`