| Name | Type | Nullable | Insertable | Updatable | Deletable | Comment |
|---|---|---|---|---|---|---|
| SERVER_ID | NUMBER(38) | N | NO | NO | NO | |
| PACKAGE_ID | NUMBER(38) | N | NO | NO | NO | |
| ERRATA_ID | NUMBER(38) | Y | NO | NO | NO |
Legend: comment string keyword reserved word operator
select server_id, package_id, max(errata_id) as errata_id from rhnServerNeededCache group by server_id, package_id