`whenYear` >='-3000'
AND `whenYear` <='3000'
AND
( `whoCharName` = 'an Officer of the Order of the British Empire (OBE) ' or `whoRel` = 'an Officer of the Order of the British Empire (OBE)')
AND (`access` ='Public' )
ORDER BY `whenYear` ASC, `whenMonth` ASC , `whenDay` ASC,`eventSig` DESC
LIMIT
0
,
300